home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 20 / cdplayer / cdplayer.doc < prev    next >
Text File  |  1992-10-28  |  5KB  |  89 lines

  1. CDPLAYER.EXE (Version 1.0)               Copyright (c) 1992 Jeff Prosise
  2. ------------------------------------------------------------------------
  3.             First Published in PC Magazine November 24, 1992 (Utilities)
  4. ------------------------------------------------------------------------
  5.  
  6. CDPLAYER:
  7.  
  8.          This multimedia Windows utility lets you play audio disks
  9. in a CD-ROM drive and control track selections as you would on a
  10. conventional CD player. Requires Windows 3.1 (or 3.0 with Multimedia
  11. Extensions) and an audio-capable CD-ROM drive.
  12.  
  13. USING CDPLAYER
  14.  
  15.      In order to assign a device letter to a CD-ROM drive, DOS requires
  16. MSCDEX (Microsoft's CD-ROM extensions), whichif you use your drive to
  17. read data disks is probably already loaded.  If not, add it to your
  18. AUTOEXEC.BAT file or run it from the command line prior to starting
  19. Windows.
  20.      If you don't have the latest MSCDEX release (which is Version 2.21
  21. as of this writing), you can download it from the Microsoft Software
  22. Library on CompuServe.  Type GO CIS:MSL to get there, then download
  23. CDEXT.EXE (a self-extracting archive).
  24.  
  25.      You must also install Windows' CD Audio driver, MCICDA.DRV, before
  26. using CDPLAYER.  To find out if it's already in place, start the Control
  27. Panel, open the Drivers applet and look through the Installed Drivers
  28. list box. If ``[MCI] CD Audio'' doesn't appear, install it by pressing
  29. the Add button and selecting ``[MCI] CD Audio.''  Click OK, then
  30. follow the on-screen instructions. Windows may request one of its
  31. distribution disks, so have the originals handy.  When you're done,
  32. restart Windows.
  33.  
  34.      The easiest way to make CDPLAYER accessible is by setting up aprogram item for it in a Program Manager group. You may prefer, though,
  35. to add the item to the Startup group so CDPLAYER will load every time
  36. Windows does.
  37.  
  38.      When the utility runs you'll see a window with numbered buttons in
  39. the upper-left corner function just like those on a real CD player
  40. whichever you press causes play to begin at that track. CDPLAYER only
  41. enables buttons that correspond to existing tracks.  If a CD contains 14 tracks, for example, buttons 1 through 14 will be valid.
  42. The rest will be grayed out.  With no CD in the drive, all 20 buttons
  43. will be disabled.
  44.  
  45.      The 20+ button in the lower-left quadrant of the window lets you
  46. select track numbers higher than 20.  Press it once and the track-button
  47. numbers change from their usual 1 through 20 to 21 through 40. Select
  48. it again and the numbers return to 1 through 20 if the CD contains 40
  49. or fewer tracks; they turn into 41 through 60 for CDs containing more
  50. than 40 tracks.  CDPLAYER supports up to 99 tracks per CD, the maximum
  51. that the MCICDA driver allows.  The 20+ button will only be enabled if
  52. a CD in the drive contains more than 20 tracks.
  53.  
  54.      The buttons in the upper-right corner of the window also work like
  55. those on a real CD player.  The Play button begins playback at track 1,
  56. Stop halts it, Pause suspends it, and Eject ejects the CD (provided your
  57. CD-ROM drive supports a software eject command; not all of them do).
  58. The button labeled ``|<<'' goes to the previous track, while ``>>|''
  59. advances to the next, furnishing a quick way to replay or skip a track.
  60. Once started, play proceeds unless interrupted by a press of the Stop,
  61. Pause, or Eject keys.  The Continuous Play check box, if marked, causes
  62. CDPLAYER to repeat the entire CD (from the first track) every time it
  63. reaches the end, until the box is no longer checked or the program
  64. terminates.  If the box is unchecked, play ceases after the final track.
  65.  
  66.      The controls in the lower-right corner of the window show the status
  67. of the current track: Track displays the track's number, Length gives its
  68. duration (in minutes and seconds), and Time shows how long the track has
  69. played (again, in minutes and seconds).  The scroll-bar thumb also
  70. reflects progress through the track being played by moving to the right.Likewise, you can select a new position in the current track by either
  71. sliding the scroll-bar thumb directly or pressing the left or right
  72. arrows appearing at opposite ends of the bar. The utility updates both
  73. the Time indicator and scroll bar every second.
  74.  
  75.      The Close button terminates CDPLAYER, but a currently playing CD
  76. will finish. If you want play to halt when you close the application,
  77. press Stop first.
  78.  
  79.      The window's appearance always tells you the status of the CD-ROM
  80. drive. If all track buttons are grayed out (disabled), there is no CD
  81. in the drive. If one or more buttons are enabled but Track, Length,
  82. and Time are blank, then there is a CD in the drive but it's not playing.
  83. Pressing Play or a numbered button will start the audio.  When the Track,
  84. Length, and Time indicators are lit but Time and the scroll bar are
  85. frozen, the CD is paused.  Press Pause again to resume. Finally, a
  86. changing Time indicator and moving scroll-bar thumb mean that a CD is
  87. currently playing.
  88. ----------------------------------------------------------------------
  89. Jeff Prosise is a Contributing Editor to PC Magazine.