2005-11-24, 11:57 PM 
	
	
	
		i thought i stuffed something up in my code since i cant seem to get the position of the current audio track.  ie this outputted all zeros
i remembered that i had a similar problem ages ago with the original lcd plugin, that never showed the correct position.  i fixed this later when i formatted my machine.
now i really dont want to format to fix this issue, can anyone think what might be causing the all 0s, could a filter be getting in the way? anyway to try and track down what exactly is going on?
im using the prerelease version of gbpvr, but i really doubt that has anything to do with it since i had this problem before.
	
	
	
Code:
IList playlist = PluginHelperFactory.getPluginHelper().GetAudioPlayList(out trackNumber, out duration, out playback);
Debugger.Verbose("trackNumber: "+trackNumber);
Debugger.Verbose("duration:    "+duration);
Debugger.Verbose("playback:    "+playback);now i really dont want to format to fix this issue, can anyone think what might be causing the all 0s, could a filter be getting in the way? anyway to try and track down what exactly is going on?
im using the prerelease version of gbpvr, but i really doubt that has anything to do with it since i had this problem before.
 


