home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / HyperStudio Demo / HS Samples Library / HS Samples Library.rsrc / TEXT_16807_CDPlay@1.txt < prev    next >
Encoding:
Text File  |  1998-02-08  |  1.4 KB  |  38 lines

  1. CDPlay by Ken Kashmarek V3.33
  2. ------------------------
  3. This program allows interaction with a CD-ROM drive to select a range of sound to play, and generate the text for a CDPlay command to be used when the button is pressed.
  4.  
  5. From the dialog, input selection is by track or absolute time location on the audio CD.  TIME values may be adjusted using the POSITION SELECT slider.  Start and end of play are established by selecting SET START and SET END.  Player control parameters are entered from the OPTIONS dialog.  TRYIT will exercise selected time values.  Use KEEP to retain values for your new button.  
  6.  
  7. Command syntax:  CDPlay parms
  8.  
  9. where parms can be:
  10.  
  11. +Tn,m +P +S +R +E +Z -T +X
  12.  
  13. or
  14.  
  15. +Ammssff,mmssff +P +S +R +E +Z -T +X
  16.  
  17.    T  play track n to track m (-T stops play)
  18.    A  absolute track address min/sec/frames
  19.    P  pause
  20.    S  stop
  21.    R  resume
  22.    E  eject disc
  23.    Z  reset drive
  24.    X  repeat last play
  25.  
  26. Additional parameters include:
  27.  
  28.    +Vnnn         volume set(SC+ & newer models)
  29.    +Wmmssff  wait until mm:ss:ff reached
  30.  
  31. For HyperLogo calls, the command string should begine with a blank (entered as '\ '), and the '+' character must be set using the HyperLogo construct '\+'.
  32.  
  33. On some Macintosh models, it may be necessary to manually set the sound input source to Internal CD, before using CDPlay.  This is also true when CDPlay is used with a non-U.S. version of the Mac OS.  
  34.  
  35. ¬©Copyright 1993-1996 by
  36. Roger Wagner Publishing, Inc.
  37. All Rights Reserved
  38.