Re: multi-deck players?
Pete Bentley <[email protected]>
| Newsgroups | gmane.comp.audio.netmd.devel |
|---|---|
| Message-ID | <[email protected]> |
On Friday, Jan 17, 2003, at 23:21 Europe/London, Marcus Brinkmann wrote: > On Fri, Jan 17, 2003 at 01:15:24PM +0000, Pete Bentley wrote: >> On Fri, Jan 17, 2003 at 02:07:46PM +0100, Marcus Brinkmann wrote: >>> if anybody who wants to help out can get hands on a multi-deck >>> mini-disc >>> player that is Net MD capable >> >> Does such a beast even exist? > > As if I knew :) [...] > > I am not sure. Note that NetMDAPI.dll has a function called > "DiscCount" > which is actually our disk present function. > > And the recording related functions in the COM API of NetMD.dll seem > to have > a deck argument: Interesting :) I guess it makes sense to do it this way... especially for things like a CD/MD combo deck. I can't imagine the Sony marketting people care whether such a thing is controllable via NetMD, but I guess it shows the techies were thinking ahead... > Oh, and, Pete, one second has 44100/512 = 86.132812 frames (referring > to an > older post by you). Yeah, I think that sum is how I came to the value of 86 in omd_time.c although I'm not sure why I decided it ought to be an integer value (perhaps it was late at night)... I think the thing that made me uncertain at the time was that I never seemed to see any values of mm:ss:ff where ff was greater than 80 (in fact I am still not sure I have, but at least now I guess I could do some tests). But thanks! Pete.