home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / gtools / GKPlayer.GTool.README < prev    next >
Encoding:
Text File  |  1994-04-27  |  2.6 KB  |  75 lines

  1. GKPlayer enables you to play audio CDs on your Toshiba CD-ROM. You
  2. can also mark sequences on the CD and save them to a .snd file.
  3. The supported formats are 44 kHz, 22 KHz, Stereo or Mono.
  4.  
  5. In order to use a GTool, you need the GTools.app application. It is
  6. available from the same source, where you got this GTool.
  7.  
  8. IMPORTANT NOTES (please read them all!!!):
  9.   - The GKPlayer was tested with a Toshiba XM-3401 CDROM. However, the
  10.     program should also work with the 3301 and the newer 4xxx drives.
  11.  
  12.   - It is easy to confuse the device driver. To avoid this, follow this
  13.       procedure to use audio CDs:
  14.     
  15.         1. Click the 'Insert Disk' button in the GKPlayer panel.
  16.         2. Wait until the system asks you to insert a CD.
  17.         3. Insert the CD.
  18.         
  19.         Now you can use the CD inside GKPlayer. The eject button
  20.         of the drive is DISABLED while GKPlayer uses an audio CD.
  21.         To eject the CD, click on the eject button of the 
  22.         GKPlayer panel.
  23.         
  24.         If you did get the device driver confused by not following
  25.         that procedure, it might be necessary to reboot the system.
  26.  
  27.   - GKPlayer does NOT play the sound through the NeXT sound system,
  28.     you have to connect headphones or an external amplifier to the
  29.     CD-ROM. If you run NSFiP and use a PAS soundboard, you might want
  30.     to get the package 'PASPlus.0.99.I.b.tar.gz' from the archives.
  31.     It enables you to activate the mixer on the PAS board and run
  32.     the sound through that board. It is available via ftp from:
  33.     
  34.         ftp.informatik.uni-muenchen.de  (EUROPE)
  35.         /pub/comp/platforms/next/i486/audio/PASPlus.0.99.I.b.tar.gz.
  36.         
  37.         cs.orst.edu        (USA)
  38.         /pub/next/binaries/drivers/PASPlus.0.99.I.b.tar.gz
  39.     
  40.   - ADAPTEC-Driver: All NeXT supplied drivers for the Adaptec 1542x
  41.       boards in NSFiP machines up to NEXTSTEP 3.2 include a bug which
  42.     disables the fast forward/reverse function of GKPlayer. DO
  43.     NOT USE THOSE FUNCTIONS THEN!!! If you do anyway, it will take
  44.     about a minute for the drivers to 'reconnect' to SCSI, the
  45.     hard disks will not work during this time. 
  46.     If you are able to recompile a driver from the sources, which
  47.     are available as NeXTAnswer #1556
  48.     (1556_Adaptec1542B_Driver_Example_Source.compressed): In the file
  49.     AHAThread.m, in method 
  50.         - (int) ccbFromCmd:(AHACommandBuf *)cmdBuf ccb:(struct ccb *)ccb
  51.         (~line 189)
  52.             case OPGROUP_6:
  53.         #if    REV_3_3
  54.             if(scsiReq->cdbLength)
  55.                 cmdlen = scsiReq->cdbLength;
  56.             else
  57.         #endif    REV_3_3
  58.                 cmdlen = sizeof (struct cdb_6); //<<<< here
  59.             cdb_ctrl = 0;
  60.             break;
  61.         
  62.         change the marked line to 
  63.                 cmdlen = sizeof (struct cdb_10);
  64.     
  65.     This corrects that bug.
  66.     
  67.  
  68. BITart
  69. Gerd Knops
  70. Cranachweg 4
  71. 93051 Regensburg
  72. Germany
  73.  
  74. EMail: gerti@BITart.sub.org (NeXTMail welcome)
  75. Fax: +49 941 999750