.name
YADCP
.fullname
Yet Another CD Player
.type
Disk Tool
.short
CD player interface for SCSI-2 CDROM's
.description
Features: GUI that let's you access all functions of a normal CD-Player;
is a Commodity;
powerfull AREXX port;
localized for 2.1 and up (currently German);
can display songnames and CD title, of course you once have to enter
the names (about 150 CD texts are already included);
doesn't wastes memory;
SCSI errors are displayed as text (95 known);
If your CD-ROM is able to send audio over SCSI bus you also get the
following: Realtime stereo playback of audio on your Amiga, even on 68000 machines
(achieved by highly optimized assembler routines); Ability to save (parts of) songs
as stereo IFF (8SVX) or RAW (CDR).  Binary only.
.version
1.2
.date
1994.12.02
.author
Frank Würkner
.requirements
OS2.0 (OS2.1 for using localization) or higher;
reqtools.library © 1991-1994 by Nico François (thanks
Nico!); a SCSI bus adapter capable of sending SCSI direct commands;
a CD-ROM which can read CD-DA ("Red Book") encoded discs (i.e. you should
see a headphone jack on the front panel); optionally your CD-ROM should
be capable of sending the audio as 16-bit digital data over the SCSI bus
.distribution
Shareware
.price
20DM or US$15
.address
Georgenschwaigstr. 22
D-80807 München
Germany
.email
wuerkner@informatik.tu-muenchen.de
.exectype
68xxx
.docs
YACDP.guide
.installsize
84K - 240K
.construction
Modula II (M2Amiga 4.3)
.run
YACDP=WB,YACDP
.described-by
Frank Würkner (wuerkner@informatik.tu-muenchen.de)
.submittal
Uploaded to ftp.amigalib.com:incoming/ directly by the author.
.aminet-dir
disk/cdrom
.execute
set choice `RequestChoice "YACDP" "Please select an option" "View Registration" "View Guide" "Run YACDP" "Cancel"`
if $choice EQ "0"
  quit 5
endif
if $choice EQ "1"
  MetaTool "Registration form" TEXT
endif

if $choice EQ "2"
  MetaTool YACDP.guide GUIDE
endif

if $choice EQ "3"
  YACDP
endif
