-------
------  CDTV Utility Programs and Examples
-----
---     Sassenrath Research, Ukiah CA
--
-       1.0, Distribution of 28-SEP-90


Contents:

  PlayTrack -- a very simple CD audio player.  It accepts a single
        CLI style parameter, the track number.  The program will
        return when the play is over, or use RUN to return while
        its playing.  You can also fire up multiple RUN's and have
        the tracks queue.

  NoReset -- this program prevents the SYSTEM RESET that occurs when
        a CD is ejected.  Whether playing audio CD's from the CLI or
        CD ROM Workbenches you may find this function useful.

  DumpSector -- performs a byte dump of a given CD sector.  The
        CLI parameter is the sector number in decimal.  The resulting
        dump is in hex and ascii.  This program also serves as a
        simple example of the CD_READ command.


CDTV Examples (30-DEC-90)
-------------

A few more CDTV examples for developers...


  getprefs - get CDTV preference settings***

  bookmark - example bookmark access**

  readfile - a technique for reading files directly from CD-ROM


** Need Beta 2.5 or greater for correct error messages and bug fixes, but
previous versions will function for the most part.

*** These programs do not use all the data in the structure.  See the
includes directory for the complete Prefs structure.

