home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c / cdapps / !AudioCD / !Help < prev    next >
Encoding:
Text File  |  1997-02-06  |  3.4 KB  |  103 lines

  1. ======================================================
  2.  
  3.             Audio CD  v1.13 (07-May-1995)
  4.                    © Jonathan Hunt
  5.                csuwg@csv.warwick.ac.uk
  6.  
  7. ======================================================
  8.  
  9.  
  10. Introduction
  11. ============
  12.  
  13. !AudioCD allows you to play and control audio CDs
  14. using your computer and a CD-ROM drive.  !AudioCD
  15. simulates all the normal functions of a CD player such
  16. as play, stop, track search, cue and review.  It can
  17. also display extra information about the CD like the
  18. name of the CD and the title of each track (To do this
  19. the information has to be added to the CD database.
  20. See later for details.)
  21.  
  22.  
  23. Loading
  24. =======
  25.  
  26. To start !AudioCD, double click on its icon in a filer
  27. window.  Once loaded, the application's icon will
  28. appear on the icon bar.  Clicking on the icon with
  29. <Select> will open the main window.
  30.  
  31.  
  32. The Main Audio CD Window
  33. ========================
  34.  
  35. At the bottom of the window are eight control buttons.
  36. From left to right these buttons are:-
  37.  
  38. Previous     - Move to the start of the previous
  39.                track.
  40. Rewind       - Step back through the CD.
  41. Play         - Play the CD from the start of the
  42.                current track.
  43. Fast forward - Step forward through the CD.
  44. Next         - Move to the start of the next track.
  45. Pause        - Pauses / Un-pauses the CD.
  46. Stop         - Stops the CD and returns to the start.
  47. Eject        - Stops the CD and ejects it.
  48.  
  49. At the top of the window, information about the
  50. current CD is displayed.  Anticlockwise from top this
  51. information is, CD name, unique CD identification
  52. number, total number of tracks, and total CD length.
  53.  
  54. In the middle of the window, information about the
  55. current track is displayed.  Anticlockwise from top
  56. this information is, track name, track number, track
  57. length, and current position.
  58.  
  59. Clicking <Menu> over the main window opens the track
  60. list.  If a track is currently playing it will have a
  61. tick next to it.  Selecting a track from the menu will
  62. play that particular track.
  63.  
  64.  
  65. The CD Database
  66. ===============
  67.  
  68. Inside the !AudioCD directory is a text file called
  69. 'CDs'.  This file contains the names of CDs and the
  70. tracks on them.  If you use !AudioCD with a CD that
  71. isn't in this file, the main window will display
  72. 'Unknown CD' for the CD name and 'Track 1', 'Track 2',
  73. 'Track 3', etc. for the track names.  The file already
  74. contains over 60 CDs but you will probably want to add
  75. your own collection.
  76.  
  77. If you load the file into edit, it will give you an
  78. idea of the format.  Each CD record in the file starts
  79. with a '#' followed by the unique identification
  80. number of the CD.  On the next line is the name of the
  81. CD, and on subsequent lines the track titles are
  82. listed.  On the line after the last track name an '@'
  83. is used to mark the end of the record.  When adding
  84. your own CDs you must make sure that you remember to
  85. put an '@' at the end of each record otherwise you
  86. may experience some strange error messages.
  87.  
  88. CDs in the file can be in any order but you may want
  89. to put your favourite CDs at the top so that they are
  90. identified quickly.
  91.  
  92.  
  93. Disclaimer
  94. ==========
  95.  
  96. The author makes no warranty, implied or otherwise, of
  97. the fitness of this software for any particular
  98. purpose.  In no circumstances shall the author be
  99. liable for any damage, loss of profits, or any
  100. indirect or consequential loss arising out of the use
  101. of this software or inability to use this software,
  102. even if the author has been advised of the possibility
  103. of such loss.