Re: set playback position?
Pete Bentley <[email protected]>
| Newsgroups | gmane.comp.audio.netmd.devel |
|---|---|
| Message-ID | <[email protected]> |
Ooof, I only really just sobred up really from a very long New Year's so I'm just replying to some of the easier messages tonight, I don't quite feel up to staring at big blocks of hex yet... :) On Thursday, Jan 2, 2003, at 03:35 Europe/London, Marcus Brinkmann wrote: > when I tried out the omg jukebox program, I saw that you could move a > slider to set the current playback position in the current track. I > don't > remember having it actually tried out, but if it is possible on a netmd > device, has anybody sniffed out what happens in the background on the > USB > protocol doing that? This seems to me the only obvious gap in what > openmg > jukebox has and we don't (apart from checking out music of course). Yup, we can do this. Check out the functions netmd_set_playback_position() and the slightly higher level omd_set_playback_position(). The slider in Xmd behaves exactly the same as the one in Open MG. Pete.