home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-12-19 | 80.6 KB | 2,244 lines |
- Newsgroups: comp.sources.x
- From: ti@bazooka.amb.org (Ti Kan)
- Subject: v21i074: xmcd - X11/Motif CD audio player, Part12/13
- Message-ID: <1993Dec19.194109.25030@sparky.sterling.com>
- X-Md4-Signature: 8f816baec0403882e800a289e9eae78c
- Sender: chris@sparky.sterling.com (Chris Olson)
- Organization: Sterling Software
- Date: Sun, 19 Dec 1993 19:41:09 GMT
- Approved: chris@sterling.com
-
- Submitted-by: ti@bazooka.amb.org (Ti Kan)
- Posting-number: Volume 21, Issue 74
- Archive-name: xmcd/part12
- Environment: X11, OSF/Motif
-
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then unpack
- # it by saving it into a file and typing "sh file". To overwrite existing
- # files, type "sh file -c". You can also feed this as standard input via
- # unshar, or by typing "sh <file", e.g.. If this archive is complete, you
- # will see the following message at the end:
- # "End of archive 12 (of 13)."
- # Contents: helpfiles helpfiles/Imakefile helpfiles/AbBtn
- # helpfiles/DbProgBtn helpfiles/DdCancelBtn helpfiles/DdClrBtn
- # helpfiles/DdOkBtn helpfiles/DpAboutBtn helpfiles/DpAddPgmBtn
- # helpfiles/DpCancelBtn helpfiles/DpClrPgmBtn helpfiles/DpDExtBtn
- # helpfiles/DpLinkBtn helpfiles/DpLoadBtn helpfiles/DpPlayPgmBtn
- # helpfiles/DpSaveBtn helpfiles/DpTExtBtn helpfiles/DpTimeSelBtn
- # helpfiles/DsCancelBtn helpfiles/DsOkBtn helpfiles/DtCancelBtn
- # helpfiles/DtClrBtn helpfiles/DtOkBtn helpfiles/EjectBtn
- # helpfiles/FfBtn helpfiles/HelpBtn helpfiles/KeypadBtn
- # helpfiles/KpCancelBtn helpfiles/KpClearBtn helpfiles/KpEnterBtn
- # helpfiles/KpNumBtn helpfiles/LsCancelBtn helpfiles/LsOkBtn
- # helpfiles/NextIdxBtn helpfiles/NextTrkBtn helpfiles/PlayPauseBtn
- # helpfiles/PowerBtn helpfiles/PrevIdxBtn helpfiles/PrevTrkBtn
- # helpfiles/RewBtn helpfiles/SampleBtn helpfiles/StopBtn
- # helpfiles/TimeBtn helpfiles/CheckBox
- # Wrapped by ti@bazooka on Mon Nov 8 10:35:25 1993
- PATH=/bin:/usr/bin:/usr/ucb ; export PATH
- if test ! -d 'helpfiles' ; then
- echo shar: Creating directory \"'helpfiles'\"
- mkdir 'helpfiles'
- fi
- if test -f 'helpfiles/Imakefile' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/Imakefile'\"
- else
- echo shar: Extracting \"'helpfiles/Imakefile'\" \(898 characters\)
- sed "s/^X//" >'helpfiles/Imakefile' <<'END_OF_FILE'
- X/*
- X * @(#)Imakefile 1.4 93/08/21
- X *
- X * Imakefile for xmcd/helpfiles
- X */
- X
- XHELPDIR=$(LIBDIR)/xmcd/help
- XSRCS= AbBtn \
- X CheckBox \
- X DbModeInd \
- X DbProgBtn \
- X DdCancelBtn \
- X DdClrBtn \
- X DdDiscTxt \
- X DdOkBtn \
- X DpAboutBtn \
- X DpAddPgmBtn \
- X DpCancelBtn \
- X DpClrPgmBtn \
- X DpDExtBtn \
- X DpDTitleTxt \
- X DpLinkBtn \
- X DpLoadBtn \
- X DpPgmSeqTxt \
- X DpPlayPgmBtn \
- X DpSaveBtn \
- X DpTExtBtn \
- X DpTTitleTxt \
- X DpTimeSelBtn \
- X DpTrkList \
- X DsCancelBtn \
- X DsDirList \
- X DsOkBtn \
- X DtCancelBtn \
- X DtClrBtn \
- X DtOkBtn \
- X DtTrackTxt \
- X EjectBtn \
- X FfBtn \
- X HelpBtn \
- X IndexInd \
- X KeypadBtn \
- X KeypadInd \
- X KpCancelBtn \
- X KpClearBtn \
- X KpEnterBtn \
- X KpNumBtn \
- X LevelScale \
- X LsCancelBtn \
- X LsLinkList \
- X LsOkBtn \
- X NextIdxBtn \
- X NextTrkBtn \
- X PlayModeInd \
- X PlayPauseBtn \
- X PowerBtn \
- X PrevIdxBtn \
- X PrevTrkBtn \
- X ProgModeInd \
- X RewBtn \
- X SampleBtn \
- X StopBtn \
- X TimeBtn \
- X TimeInd \
- X TimeModeInd \
- X TrackInd
- X
- X
- XAllTarget()
- X
- END_OF_FILE
- if test 898 -ne `wc -c <'helpfiles/Imakefile'`; then
- echo shar: \"'helpfiles/Imakefile'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/Imakefile'
- fi
- if test -f 'helpfiles/AbBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/AbBtn'\"
- else
- echo shar: Extracting \"'helpfiles/AbBtn'\" \(1520 characters\)
- sed "s/^X//" >'helpfiles/AbBtn' <<'END_OF_FILE'
- X#
- X# @(#)AbBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XA->B Button
- X
- XThis button is used to define a repeating playback
- Xsegment.
- X
- XDuring normal audio playback, select this button to
- Xdefine the start of the segment, and select it a
- Xsecond time to define the end of the segment. Xmcd
- Xwill then enter Segment Play mode, repeatedly playing
- Xthe defined segment.
- X
- XDuring the Segment Play mode, the Play Mode Indicator
- Xin the lower right corner of the main indicator
- Xwindow shows the "a->b" symbol.
- X
- XTo cancel the Segment Play mode and resume normal
- Xaudio playback, select the A->B button a third time,
- Xor select the Play/Pause button.
- X
- XYou can enter the Segment Play mode only if audio
- Xplayback is already in progress, and is not in paused
- Xstate.
- END_OF_FILE
- if test 1520 -ne `wc -c <'helpfiles/AbBtn'`; then
- echo shar: \"'helpfiles/AbBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/AbBtn'
- fi
- if test -f 'helpfiles/DbProgBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DbProgBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DbProgBtn'\" \(1257 characters\)
- sed "s/^X//" >'helpfiles/DbProgBtn' <<'END_OF_FILE'
- X#
- X# @(#)DbProgBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XCDDB/Program Button
- X
- XSelect this button to pop up the CD Database and
- XProgram Mode Editor window. The CDDB/Program window
- Xallows you to view or edit the CD Database entry
- Xassociated with the currently loaded disc, and define
- Xcustom play programs.
- X
- XIf the currently loaded disc has an associated CD
- XDatabase entry, the CD Database Indicator in the
- Xlower left corner of the Xmcd main window indicator
- Xarea will come on.
- END_OF_FILE
- if test 1257 -ne `wc -c <'helpfiles/DbProgBtn'`; then
- echo shar: \"'helpfiles/DbProgBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DbProgBtn'
- fi
- if test -f 'helpfiles/DdCancelBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DdCancelBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DdCancelBtn'\" \(1214 characters\)
- sed "s/^X//" >'helpfiles/DdCancelBtn' <<'END_OF_FILE'
- X#
- X# @(#)DdCancelBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XExtended Disc Information Cancel Button
- X
- XSelecting this button will cause the Extended Disc
- XInformation window to pop-down. Any change to the
- Xtext since it was popped up will be discarded. The
- Xtext will be restored to its original state.
- X
- XTo pop the Extended Disc Information window up again,
- Xselect the Extended Disc Information Button on the CD
- XDatabase/Program window.
- END_OF_FILE
- if test 1214 -ne `wc -c <'helpfiles/DdCancelBtn'`; then
- echo shar: \"'helpfiles/DdCancelBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DdCancelBtn'
- fi
- if test -f 'helpfiles/DdClrBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DdClrBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DdClrBtn'\" \(1146 characters\)
- sed "s/^X//" >'helpfiles/DdClrBtn' <<'END_OF_FILE'
- X#
- X# @(#)DdClrBtn 1.3 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XExtended Disc Information Clear Button
- X
- XThis button will erase the Extended Information data
- Xassociated with the currently loaded disc. It will
- Xonly cause the text area of the Extended Disc Information
- Xwindow to go blank, but will not actually update the CD
- XDatabase, unless you also select the Save button.
- END_OF_FILE
- if test 1146 -ne `wc -c <'helpfiles/DdClrBtn'`; then
- echo shar: \"'helpfiles/DdClrBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DdClrBtn'
- fi
- if test -f 'helpfiles/DdOkBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DdOkBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DdOkBtn'\" \(1126 characters\)
- sed "s/^X//" >'helpfiles/DdOkBtn' <<'END_OF_FILE'
- X#
- X# @(#)DdOkBtn 1.4 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XExtended Disc Information OK Button
- X
- XSelecting this button will cause the Extended Disc
- XInformation window to pop-down. Changes to the text
- Xare preserved.
- X
- XTo pop the Extended Disc Information window up again,
- Xselect the Extended Disc Information Button on the CD
- XDatabase/Program window.
- END_OF_FILE
- if test 1126 -ne `wc -c <'helpfiles/DdOkBtn'`; then
- echo shar: \"'helpfiles/DdOkBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DdOkBtn'
- fi
- if test -f 'helpfiles/DpAboutBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpAboutBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpAboutBtn'\" \(1197 characters\)
- sed "s/^X//" >'helpfiles/DpAboutBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpAboutBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XAbout Button
- X
- XSelect this button to pop-up an information window
- Xcontaining Xmcd program version, copyright information,
- XCD-ROM drive make, model and revision, CD device node
- Xpath, and the CD Database directory paths being used.
- X
- XThe CD-ROM drive make/model and revision information
- Xmay not become available until the first CD is loaded
- Xafter starting Xmcd.
- END_OF_FILE
- if test 1197 -ne `wc -c <'helpfiles/DpAboutBtn'`; then
- echo shar: \"'helpfiles/DpAboutBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpAboutBtn'
- fi
- if test -f 'helpfiles/DpAddPgmBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpAddPgmBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpAddPgmBtn'\" \(1258 characters\)
- sed "s/^X//" >'helpfiles/DpAddPgmBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpAddPgmBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XAdd To Program Button
- X
- XThis button allows you to add a chosen track to the play
- Xprogram. To choose a track, select the desired track entry
- Xin the Track List.
- X
- XOnce the program is added to the program sequence, it is
- Xdisplayed in the Program Sequence text field. If you wish,
- Xyou may also edit the program sequence directly there.
- X
- XTo start the program, select the Program Play button below
- Xthe Add To Program button.
- END_OF_FILE
- if test 1258 -ne `wc -c <'helpfiles/DpAddPgmBtn'`; then
- echo shar: \"'helpfiles/DpAddPgmBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpAddPgmBtn'
- fi
- if test -f 'helpfiles/DpCancelBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpCancelBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpCancelBtn'\" \(1062 characters\)
- sed "s/^X//" >'helpfiles/DpCancelBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpCancelBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XCD Database/Program Window Cancel Button
- X
- XSelecting this button will cause the CD Database/Program
- XEditor window to disappear.
- X
- XTo pop the CDDB/Program window again, select the
- XCDDB/Program Button on the Xmcd main window.
- END_OF_FILE
- if test 1062 -ne `wc -c <'helpfiles/DpCancelBtn'`; then
- echo shar: \"'helpfiles/DpCancelBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpCancelBtn'
- fi
- if test -f 'helpfiles/DpClrPgmBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpClrPgmBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpClrPgmBtn'\" \(1060 characters\)
- sed "s/^X//" >'helpfiles/DpClrPgmBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpClrPgmBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XClear Program Button
- X
- XSelecting this button will clear the currently defined
- Xplay program. The Program Sequence text field will be
- Xblanked. If program play is is currently in progress,
- Xit will commence until completion.
- END_OF_FILE
- if test 1060 -ne `wc -c <'helpfiles/DpClrPgmBtn'`; then
- echo shar: \"'helpfiles/DpClrPgmBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpClrPgmBtn'
- fi
- if test -f 'helpfiles/DpDExtBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpDExtBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpDExtBtn'\" \(1087 characters\)
- sed "s/^X//" >'helpfiles/DpDExtBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpDExtBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XExtended Disc Information Button
- X
- XSelecting this button will cause the Extended Disc
- XInformation window to pop up. This window contains a
- Xtext editor that is used to view or edit general disc
- Xinformation text pertaining to the currently loaded CD.
- END_OF_FILE
- if test 1087 -ne `wc -c <'helpfiles/DpDExtBtn'`; then
- echo shar: \"'helpfiles/DpDExtBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpDExtBtn'
- fi
- if test -f 'helpfiles/DpLinkBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpLinkBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpLinkBtn'\" \(2658 characters\)
- sed "s/^X//" >'helpfiles/DpLinkBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpLinkBtn 1.4 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XLink Database Entry Button
- X
- XSometimes different pressings of the same CD title
- Xcan have different enough timing to appear as different
- Xdiscs to Xmcd. Thus, when you load a CD that is not
- Xthe exact one that the CD Database entry was created
- Xwith, Xmcd may not recognize it as a match to the
- Xdatabase entry.
- X
- XWhen this happens, you can search the CD database
- Xto see if a database entry exists for this CD, and
- Xestablish a link (or alias) to it. Once a link has
- Xbeen established, Xmcd will recognize this CD.
- X
- XTo search the database and establish a link, select
- Xthe Link button.
- X
- XUsing the link feature avoids the need for you to
- Xenter all the information pertaining to the disc
- Xagain. It also keeps the database free of duplicate
- Xentries (which may be different amongst each other).
- X
- XWhen you select the Link button, a CD Database directory
- Xselection window appears, allowing you to choose the
- Xsearch directory. This limits the search to that specific
- Xdirectory (if your current CD Database consists of only
- Xone or no directory, then this step is omitted). Another
- Xpop-up will then appear, consisting of a list of candidate
- XCD titles found in the directory. These discs have the
- Xsame number of tracks as the currently loaded CD. Select
- Xthe desired entry to link to by choosing the appropriate
- Xlist entry and then select the OK button.
- X
- XWhen the link is complete, the selected CD database
- Xentry is loaded and the CD Database Indicator in the
- Xmain window indicator area comes on.
- X
- XIf you do not see a matching entry, you may cancel the
- Xsearch by selecting the Cancel button, and repeat the
- Xsearch in a different CDDB directory.
- X
- XIf you cannot find the right entry in the search, then
- Xthis CD is not currently in the CD Database. You can
- Xenter all disc/track information and add to the
- Xdatabase with the Save button.
- END_OF_FILE
- if test 2658 -ne `wc -c <'helpfiles/DpLinkBtn'`; then
- echo shar: \"'helpfiles/DpLinkBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpLinkBtn'
- fi
- if test -f 'helpfiles/DpLoadBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpLoadBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpLoadBtn'\" \(1654 characters\)
- sed "s/^X//" >'helpfiles/DpLoadBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpLoadBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XLoad Database Entry Button
- X
- XSelecting this button will cause Xmcd to load the
- XCD Database entry associated with the currently
- Xloaded CD, if it exists.
- X
- XNormally, it is not necessary to use this function,
- Xas Xmcd automatically loads the CD Database entry
- Xwhen the CD is loaded. This button forces a re-load
- Xof the database entry, and is useful in the following
- Xexample scenarios:
- X
- X - You have edited the loaded version of the database
- X entry, have not saved it to the CD Database, and
- X want to discard your changes.
- X
- X - The CD Database entry was modified since you
- X loaded the disc (by another Xmcd process or
- X perhaps via direct edit), and you want to load
- X the new version.
- X
- XThe button will have no effect if there is no CD
- XDatabase entry for the currently loaded CD, or if
- Xthere is no CD loaded.
- END_OF_FILE
- if test 1654 -ne `wc -c <'helpfiles/DpLoadBtn'`; then
- echo shar: \"'helpfiles/DpLoadBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpLoadBtn'
- fi
- if test -f 'helpfiles/DpPlayPgmBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpPlayPgmBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpPlayPgmBtn'\" \(1360 characters\)
- sed "s/^X//" >'helpfiles/DpPlayPgmBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpPlayPgmBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XPlay Program Button
- X
- XThis button, when selected, will cause Xmcd to start
- Xplaying the track program specified in the Program
- XSequence text field. The program sequence is entered
- Xand modified using the "Add To Program" and "Clear
- XProgram" buttons, or by editing the Program Sequence
- Xtext field directly.
- X
- XDuring program playback, the Program Mode Indicator
- Xin the main window indicator area will come on with
- Xthe label "prog".
- X
- XNote that selecting the "Play" button on the Xmcd main
- Xwindow will not start program play.
- END_OF_FILE
- if test 1360 -ne `wc -c <'helpfiles/DpPlayPgmBtn'`; then
- echo shar: \"'helpfiles/DpPlayPgmBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpPlayPgmBtn'
- fi
- if test -f 'helpfiles/DpSaveBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpSaveBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpSaveBtn'\" \(1088 characters\)
- sed "s/^X//" >'helpfiles/DpSaveBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpSaveBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XSave Database Button
- X
- XSelect this button to update the CD Database with
- Xthe current contents of the CDDB entry. You must use
- Xthis button to save any changes made. Any edits and
- Xchanges will be lost if Xmcd is to exit before you
- Xselect this button.
- END_OF_FILE
- if test 1088 -ne `wc -c <'helpfiles/DpSaveBtn'`; then
- echo shar: \"'helpfiles/DpSaveBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpSaveBtn'
- fi
- if test -f 'helpfiles/DpTExtBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpTExtBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpTExtBtn'\" \(1174 characters\)
- sed "s/^X//" >'helpfiles/DpTExtBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpTExtBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XExtended Track Information Button
- X
- XSelecting this button will cause the Extended Track
- XInformation window to pop up. This window contains
- Xa text editor that is used to view or edit general
- Xtrack information text pertaining to the chosen track
- Xof the currently loaded CD.
- X
- XTo choose a track, select the desired track in the
- XTrack List.
- END_OF_FILE
- if test 1174 -ne `wc -c <'helpfiles/DpTExtBtn'`; then
- echo shar: \"'helpfiles/DpTExtBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpTExtBtn'
- fi
- if test -f 'helpfiles/DpTimeSelBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DpTimeSelBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DpTimeSelBtn'\" \(1118 characters\)
- sed "s/^X//" >'helpfiles/DpTimeSelBtn' <<'END_OF_FILE'
- X#
- X# @(#)DpTimeSelBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XTime Display Selector
- X
- XThis radio button box allows you to configure the time
- Xdisplay in the Track List. When "Total" is selected,
- Xthe start time of each track (relative to the start of the
- Xdisc) is shown. When "Track" is selected, the length of
- Xeach track is shown instead.
- END_OF_FILE
- if test 1118 -ne `wc -c <'helpfiles/DpTimeSelBtn'`; then
- echo shar: \"'helpfiles/DpTimeSelBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DpTimeSelBtn'
- fi
- if test -f 'helpfiles/DsCancelBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DsCancelBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DsCancelBtn'\" \(1063 characters\)
- sed "s/^X//" >'helpfiles/DsCancelBtn' <<'END_OF_FILE'
- X#
- X# @(#)DsCancelBtn 1.3 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XDirectory Selector Cancel Button
- X
- XSelect this button to cancel the Directory Selector
- Xwindow and abort the CD Database access operation.
- X
- XTo choose a directory, select one of the displayed
- Xchoices and select the OK button.
- END_OF_FILE
- if test 1063 -ne `wc -c <'helpfiles/DsCancelBtn'`; then
- echo shar: \"'helpfiles/DsCancelBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DsCancelBtn'
- fi
- if test -f 'helpfiles/DsOkBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DsOkBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DsOkBtn'\" \(951 characters\)
- sed "s/^X//" >'helpfiles/DsOkBtn' <<'END_OF_FILE'
- X#
- X# @(#)DsOkBtn 1.3 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XDirectory Selector OK Button
- X
- XOnce you have chosen a desired CD Database directory,
- Xselect this button to proceed.
- END_OF_FILE
- if test 951 -ne `wc -c <'helpfiles/DsOkBtn'`; then
- echo shar: \"'helpfiles/DsOkBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DsOkBtn'
- fi
- if test -f 'helpfiles/DtCancelBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DtCancelBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DtCancelBtn'\" \(1294 characters\)
- sed "s/^X//" >'helpfiles/DtCancelBtn' <<'END_OF_FILE'
- X#
- X# @(#)DtCancelBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XExtended Track Information Cancel Button
- X
- XSelecting this button will cause the Extended Track
- XInformation window to pop-down. Any change to the
- Xtext (pertaining to any track) since it was popped up
- Xwill be discarded. The text will be restored to its
- Xoriginal state.
- X
- XTo pop the Extended Track Information window up again,
- Xselect the desired track in the Track List, then select
- Xthe Extended Track Information Button on the CD
- XDatabase/Program window.
- X
- END_OF_FILE
- if test 1294 -ne `wc -c <'helpfiles/DtCancelBtn'`; then
- echo shar: \"'helpfiles/DtCancelBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DtCancelBtn'
- fi
- if test -f 'helpfiles/DtClrBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DtClrBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DtClrBtn'\" \(1169 characters\)
- sed "s/^X//" >'helpfiles/DtClrBtn' <<'END_OF_FILE'
- X#
- X# @(#)DtClrBtn 1.3 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XExtended Track Information Clear Button
- X
- XThis button will erase the Extended Information data
- Xassociated with the chosen track of the currently loaded
- Xdisc. It will only cause the text area of the Extended
- XDisc Information window to go blank, but will not actually
- Xupdate the CD Database, unless you also select the "Save"
- Xbutton.
- END_OF_FILE
- if test 1169 -ne `wc -c <'helpfiles/DtClrBtn'`; then
- echo shar: \"'helpfiles/DtClrBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DtClrBtn'
- fi
- if test -f 'helpfiles/DtOkBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/DtOkBtn'\"
- else
- echo shar: Extracting \"'helpfiles/DtOkBtn'\" \(1205 characters\)
- sed "s/^X//" >'helpfiles/DtOkBtn' <<'END_OF_FILE'
- X#
- X# @(#)DtOkBtn 1.4 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XExtended Track Information OK Button
- X
- XSelecting this button will cause the Extended Track
- XInformation window to pop-down. Changes to the text
- X(pertaining to any track) are preserved.
- X
- XTo pop the Extended Track Information window up again,
- Xselect the desired track in the Track List, then select
- Xthe Extended Track Information Button on the CD
- XDatabase/Program window.
- END_OF_FILE
- if test 1205 -ne `wc -c <'helpfiles/DtOkBtn'`; then
- echo shar: \"'helpfiles/DtOkBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/DtOkBtn'
- fi
- if test -f 'helpfiles/EjectBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/EjectBtn'\"
- else
- echo shar: Extracting \"'helpfiles/EjectBtn'\" \(1894 characters\)
- sed "s/^X//" >'helpfiles/EjectBtn' <<'END_OF_FILE'
- X#
- X# @(#)EjectBtn 1.4 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XLoad/Eject Button
- X
- XSelect this button to load or eject the disc caddy.
- XIf no disc is loaded, selecting this button will
- Xcause Xmcd to attempt to load a caddy. Otherwise,
- Xthe caddy will be ejected.
- X
- XIf an eject operation is performed, Xmcd also starts
- Xa polling sequence to detect the manual insertion of
- Xanother CD.
- X
- XThis button may not be actually cause the disc to
- Xload or eject on some CD-ROM drives, notably those
- Xthat do not have a motorized caddy mechanism. Many
- XCD-ROM drives support motorized eject but not motorized
- Xload. In that event, you must manually load the caddy.
- X
- XIf you eject the disc manually (i.e., not using the
- XLoad/Eject button on Xmcd, but on the drive itself),
- Xyou may want to select this button after ejecting
- Xanyway, because this notifies Xmcd that the disc has
- Xbeen withdrawn so that it can update its internal states,
- Xand start polling for a new disc to be inserted.
- XOtherwise, the next disc will not be automatically
- Xdetected by Xmcd when it is loaded. You must select
- Xthe Stop button once for Xmcd to reinitialize itself.
- END_OF_FILE
- if test 1894 -ne `wc -c <'helpfiles/EjectBtn'`; then
- echo shar: \"'helpfiles/EjectBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/EjectBtn'
- fi
- if test -f 'helpfiles/FfBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/FfBtn'\"
- else
- echo shar: Extracting \"'helpfiles/FfBtn'\" \(1425 characters\)
- sed "s/^X//" >'helpfiles/FfBtn' <<'END_OF_FILE'
- X#
- X# @(#)FfBtn 1.4 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XFast Forward Search Button
- X
- XSelect this button and hold it down to search forward
- Xwhile audio playback is in progress. You will hear
- Xshort samples of the audio during the search. When you
- Xrelease the button, the search ends and normal playback
- Xresumes at the new location.
- X
- XIf you hold the button down for longer than a certain
- Xamount of time, the search speed increases.
- X
- XDuring shuffle or program mode, you cannot search beyond
- Xthe end of the current playing track.
- X
- XIf the playback state is paused when the search operation
- Xis started, the pause state will resume when the search
- Xends.
- END_OF_FILE
- if test 1425 -ne `wc -c <'helpfiles/FfBtn'`; then
- echo shar: \"'helpfiles/FfBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/FfBtn'
- fi
- if test -f 'helpfiles/HelpBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/HelpBtn'\"
- else
- echo shar: Extracting \"'helpfiles/HelpBtn'\" \(4047 characters\)
- sed "s/^X//" >'helpfiles/HelpBtn' <<'END_OF_FILE'
- X#
- X# @(#)HelpBtn 1.8 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XHelp Button
- X
- XQuick help:
- X------------------------------------------
- XOn-line help is available for all Xmcd pushbuttons,
- Xcontrols, indicators, text entry areas, and selection
- Xlists. To obtain help, position your pointer cursor
- Xover any Xmcd feature, and click the pointer button 3.
- XA pop-up help window will appear containing help text
- Xpertaining to the item.
- X------------------------------------------
- X
- XThe following is an overview of some of the general
- Xfeatures and capabilities of Xmcd:
- X
- XXmcd is an application for the X Window System,
- Xdeveloped using the OSF/Motif toolkit. It is a player
- Xof digital audio compact discs utilizing the CD-ROM
- Xdrives connected to your computer. The audio
- Xline-output on your CD-ROM drive can be connected
- Xdirectly to an external amplifier and speakers, or to
- Xa sound board with a built-in mixer and amplifier.
- XMany CD-ROM drives also have a headphone jack and
- Xvolume control on the front panel.
- X
- XXmcd does not control a sound board, thus the mixer on
- Xa sound board must be operated via a separate
- Xapplication.
- X
- XXmcd is a full-featured CD audio utility, offering
- Xvirtually every feature that is found on standalone
- X"real" component stereo CD players, plus many others
- Xnot easily implementable (or usable) on such a player.
- XThe following is a list of features supported by Xmcd:
- X
- X- Standard audio functions: Stop, Play, Pause, Previous
- X Track, Next Track, Previous Index, Next Index,
- X Rewind and Fast forward searching with audio sample,
- X Eject and On/off.
- X- Direct track access keypad.
- X- Volume control.
- X- Shuffle (random) play function.
- X- Repeat function.
- X- Sample function: Play a few seconds of each track.
- X- A->B function: Repeat from selectable point A and B.
- X- Eject inhibit function: To prevent someone from ejecting
- X the disc by pressing the button on the drive.
- X- Track Program function: Play tracks in custom order.
- X- CD database function: Allows you to store CD title/track
- X titles in database, and associate each disc with a
- X play program. Displays the current playing disc title/
- X track information. In addition, you can enter and display
- X arbitrary text associated with the disc or each track,
- X such as band information, lyrics, etc.
- X- Track/Index/Time display: Selectable to display elapsed
- X time, remaining track time, or remaining disc time.
- X- Status display: for current play status, A->B mode,
- X program mode, CD database.
- X- Main window button face labels can be configured to
- X display pictorial symbols, or text with hotkey
- X mnemonics.
- X- The complete application can be operated via the
- X keyboard with full support for keyboard traversal and
- X hotkeys.
- X- All labels and messages can be customized to non-
- X English languages via X resources in the .Xdefaults
- X file.
- X- All colors and many other functionality are user-
- X customizable using X resource settings.
- X- On-line help information.
- X- Device-specific configuration files to make xmcd
- X adaptible to various brands of CD-ROM drives.
- X
- X
- XXmcd undergoes continuous development and is being
- Xported to new operating system environments. Your
- Xsuggestions are appreciated. Please e-mail all feedback
- Xto the author at the following Internet e-mail address:
- X
- X ti@amb.org
- END_OF_FILE
- if test 4047 -ne `wc -c <'helpfiles/HelpBtn'`; then
- echo shar: \"'helpfiles/HelpBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/HelpBtn'
- fi
- if test -f 'helpfiles/KeypadBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/KeypadBtn'\"
- else
- echo shar: Extracting \"'helpfiles/KeypadBtn'\" \(981 characters\)
- sed "s/^X//" >'helpfiles/KeypadBtn' <<'END_OF_FILE'
- X#
- X# @(#)KeypadBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XKeypad Button
- X
- XSelect this button to pop-up a numeric keypad. The
- Xkeypad can be used to access a track directly by entering
- Xthe track number.
- END_OF_FILE
- if test 981 -ne `wc -c <'helpfiles/KeypadBtn'`; then
- echo shar: \"'helpfiles/KeypadBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/KeypadBtn'
- fi
- if test -f 'helpfiles/KpCancelBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/KpCancelBtn'\"
- else
- echo shar: Extracting \"'helpfiles/KpCancelBtn'\" \(980 characters\)
- sed "s/^X//" >'helpfiles/KpCancelBtn' <<'END_OF_FILE'
- X#
- X# @(#)KpCancelBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XKeypad Cancel Button
- X
- XThis button is used to pop-down the Keypad window.
- XTo pop it up again, use the Keypad button on the
- XXmcd main window.
- END_OF_FILE
- if test 980 -ne `wc -c <'helpfiles/KpCancelBtn'`; then
- echo shar: \"'helpfiles/KpCancelBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/KpCancelBtn'
- fi
- if test -f 'helpfiles/KpClearBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/KpClearBtn'\"
- else
- echo shar: Extracting \"'helpfiles/KpClearBtn'\" \(1022 characters\)
- sed "s/^X//" >'helpfiles/KpClearBtn' <<'END_OF_FILE'
- X#
- X# @(#)KpClearBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XKeypad Clear Button
- X
- XSelecting this button will clear the keypad track number.
- X
- XIf you make a mistake when entering a track number using
- Xthe keypad, clear it and re-enter the number.
- END_OF_FILE
- if test 1022 -ne `wc -c <'helpfiles/KpClearBtn'`; then
- echo shar: \"'helpfiles/KpClearBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/KpClearBtn'
- fi
- if test -f 'helpfiles/KpEnterBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/KpEnterBtn'\"
- else
- echo shar: Extracting \"'helpfiles/KpEnterBtn'\" \(1177 characters\)
- sed "s/^X//" >'helpfiles/KpEnterBtn' <<'END_OF_FILE'
- X#
- X# @(#)KpEnterBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XKeypad Enter Button
- X
- XWhen you have entered a valid track number using the
- Xkeypad number buttons, select this button to start
- Xaudio playback at the designated track. If the track
- Xnumber is invalid, it will be rejected.
- X
- XIf Shuffle or Program playback is in progress, it will
- Xbe canceled when you access a track directly using the
- Xkeypad.
- END_OF_FILE
- if test 1177 -ne `wc -c <'helpfiles/KpEnterBtn'`; then
- echo shar: \"'helpfiles/KpEnterBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/KpEnterBtn'
- fi
- if test -f 'helpfiles/KpNumBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/KpNumBtn'\"
- else
- echo shar: Extracting \"'helpfiles/KpNumBtn'\" \(1134 characters\)
- sed "s/^X//" >'helpfiles/KpNumBtn' <<'END_OF_FILE'
- X#
- X# @(#)KpNumBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XKeypad Number Buttons
- X
- XUse these buttons to enter the desired track number
- Xto start playback from. The numbers appear in the
- XKeypad Track Indicator as you enter them. When you
- Xhave finished entering the track numbers, select the
- XEnter button to start the audio playback at the
- Xdesignated track.
- END_OF_FILE
- if test 1134 -ne `wc -c <'helpfiles/KpNumBtn'`; then
- echo shar: \"'helpfiles/KpNumBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/KpNumBtn'
- fi
- if test -f 'helpfiles/LsCancelBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/LsCancelBtn'\"
- else
- echo shar: Extracting \"'helpfiles/LsCancelBtn'\" \(1050 characters\)
- sed "s/^X//" >'helpfiles/LsCancelBtn' <<'END_OF_FILE'
- X#
- X# @(#)LsCancelBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XLink Selector Cancel Button
- X
- XSelect this button to cancel the Link Selector
- Xwindow and abort the CD Database search operation.
- X
- XTo choose an entry, select one of the displayed
- Xchoices and select the OK button.
- END_OF_FILE
- if test 1050 -ne `wc -c <'helpfiles/LsCancelBtn'`; then
- echo shar: \"'helpfiles/LsCancelBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/LsCancelBtn'
- fi
- if test -f 'helpfiles/LsOkBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/LsOkBtn'\"
- else
- echo shar: Extracting \"'helpfiles/LsOkBtn'\" \(953 characters\)
- sed "s/^X//" >'helpfiles/LsOkBtn' <<'END_OF_FILE'
- X#
- X# @(#)LsOkBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XLink Selector OK Button
- X
- XOnce you have chosen a desired CD Database entry
- Xto link to, select this button to proceed.
- END_OF_FILE
- if test 953 -ne `wc -c <'helpfiles/LsOkBtn'`; then
- echo shar: \"'helpfiles/LsOkBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/LsOkBtn'
- fi
- if test -f 'helpfiles/NextIdxBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/NextIdxBtn'\"
- else
- echo shar: Extracting \"'helpfiles/NextIdxBtn'\" \(1426 characters\)
- sed "s/^X//" >'helpfiles/NextIdxBtn' <<'END_OF_FILE'
- X#
- X# @(#)NextIdxBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XNext Index Button
- X
- XSelect this button to skip to the next index.
- XThis control is normally used only when there
- Xare indices within a track. Most CDs do not
- Xcontain such indices. The behavior when you
- Xselect this button on a track with no index is
- XCD-ROM drive-dependent.
- X
- XYou can use this button only when normal audio
- Xplayback is in progress. You cannot use this
- Xbutton during Shuffle or Program playback.
- X
- XIf the playback state is paused when you use
- Xthis button, the state will remain paused when
- Xyou change to a new index.
- X
- XThis button may not be functional on some CD-ROM
- Xdrives.
- END_OF_FILE
- if test 1426 -ne `wc -c <'helpfiles/NextIdxBtn'`; then
- echo shar: \"'helpfiles/NextIdxBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/NextIdxBtn'
- fi
- if test -f 'helpfiles/NextTrkBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/NextTrkBtn'\"
- else
- echo shar: Extracting \"'helpfiles/NextTrkBtn'\" \(1504 characters\)
- sed "s/^X//" >'helpfiles/NextTrkBtn' <<'END_OF_FILE'
- X#
- X# @(#)NextTrkBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XNext Track Button
- X
- XSelect this button to skip to the next track.
- XThe "next" track is the track with the next higher
- Xtrack number in normal playback mode, or the next
- Xtrack in the play sequence in the Shuffle or Program
- Xmodes.
- X
- XYou may use this button during audio playback to
- Xeffect the track change immediately, or, in normal
- Xplayback mode only, change the track number while
- Xstopped, then select the Play/Pause button to start
- Xplayback at the designated track.
- X
- XIf you are already on the last track, selecting
- Xthis button will have no effect.
- X
- XIf the playback state is paused when you use this
- Xbutton, the state will remain paused when you change
- Xto a new track.
- END_OF_FILE
- if test 1504 -ne `wc -c <'helpfiles/NextTrkBtn'`; then
- echo shar: \"'helpfiles/NextTrkBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/NextTrkBtn'
- fi
- if test -f 'helpfiles/PlayPauseBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/PlayPauseBtn'\"
- else
- echo shar: Extracting \"'helpfiles/PlayPauseBtn'\" \(1515 characters\)
- sed "s/^X//" >'helpfiles/PlayPauseBtn' <<'END_OF_FILE'
- X#
- X# @(#)PlayPauseBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XPlay / Pause Button
- X
- XSelect this button to start audio playback. When
- Xaudio playback is already in progress, selecting
- Xthis button causes the playback to pause. If the
- Xbutton is selected during paused state, audio playback
- Xwill resume.
- X
- XIf Shuffle mode is enabled, the CD tracks will be
- Xplayed in a non-repeating random order. If Repeat
- Xmode is enabled, the playback will repeat after
- Xcompletion. If both modes are enabled, then the
- Xshuffle sequence will be re-randomized before each
- Xrepeat playback.
- X
- XFor Program playback, use the "Play Program" button
- Xin the CD Database/Program Editor window instead of
- Xthis button.
- X
- XYou can use this button only when a CD is loaded.
- END_OF_FILE
- if test 1515 -ne `wc -c <'helpfiles/PlayPauseBtn'`; then
- echo shar: \"'helpfiles/PlayPauseBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/PlayPauseBtn'
- fi
- if test -f 'helpfiles/PowerBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/PowerBtn'\"
- else
- echo shar: Extracting \"'helpfiles/PowerBtn'\" \(1071 characters\)
- sed "s/^X//" >'helpfiles/PowerBtn' <<'END_OF_FILE'
- X#
- X# @(#)PowerBtn 1.3 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XPower Off Button
- X
- XSelect this button to quit Xmcd. A dialog box will appear
- Xto ask you to confirm the exit. If the caddy lock was
- Xpreviously enabled, the lock will be disengaged. If
- Xso configured, the CD will either stop or eject.
- END_OF_FILE
- if test 1071 -ne `wc -c <'helpfiles/PowerBtn'`; then
- echo shar: \"'helpfiles/PowerBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/PowerBtn'
- fi
- if test -f 'helpfiles/PrevIdxBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/PrevIdxBtn'\"
- else
- echo shar: Extracting \"'helpfiles/PrevIdxBtn'\" \(1699 characters\)
- sed "s/^X//" >'helpfiles/PrevIdxBtn' <<'END_OF_FILE'
- X#
- X# @(#)PrevIdxBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XPrevious Index Button
- X
- XSelect this button to skip to the previous index.
- XThis control is normally used only when there are
- Xindices within a track. Most CDs do not contain such
- Xindices. The behavior when you select this button
- Xon a track with no index is CD-ROM drive-dependent.
- X
- XIf the current position is near the beginning of the
- Xstart of the current index, then "previous" index is
- Xconsidered to be the index with the next lower index
- Xnumber. Otherwise, using this button will restart
- Xthe playback from the beginning of the current index.
- X
- XYou can use this button only when normal audio
- Xplayback is in progress. You cannot use this button
- Xduring Shuffle or Program playback.
- X
- XIf the playback state is paused when you use this
- Xbutton, the state will remain paused when you change
- Xto a new index.
- X
- XThis button may not be functional on some CD-ROM
- Xdrives.
- END_OF_FILE
- if test 1699 -ne `wc -c <'helpfiles/PrevIdxBtn'`; then
- echo shar: \"'helpfiles/PrevIdxBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/PrevIdxBtn'
- fi
- if test -f 'helpfiles/PrevTrkBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/PrevTrkBtn'\"
- else
- echo shar: Extracting \"'helpfiles/PrevTrkBtn'\" \(1687 characters\)
- sed "s/^X//" >'helpfiles/PrevTrkBtn' <<'END_OF_FILE'
- X#
- X# @(#)PrevTrkBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XPrevious Track Button
- X
- XSelect this button to skip to the previous track.
- XIf the current position is near the beginning of
- Xthe current track, then the "previous" track is the
- Xtrack with the next lower track number in normal
- Xplayback mode, or the previous track in the play
- Xsequence in the Shuffle or Program modes. Otherwise,
- Xthis button will cause playback to start from the
- Xbeginning of the current track.
- X
- XYou may use this button during audio playback to
- Xeffect the track change immediately, or, in normal
- Xplayback mode only, change the track number while
- Xstopped, then select the Play/Pause button to start
- Xplayback at the designated track.
- X
- XIf you are already on the first track, selecting
- Xthis button will have no effect.
- X
- XIf the playback state is paused when you use this
- Xbutton, the state will remain paused when you change
- Xto a new track.
- END_OF_FILE
- if test 1687 -ne `wc -c <'helpfiles/PrevTrkBtn'`; then
- echo shar: \"'helpfiles/PrevTrkBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/PrevTrkBtn'
- fi
- if test -f 'helpfiles/RewBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/RewBtn'\"
- else
- echo shar: Extracting \"'helpfiles/RewBtn'\" \(1427 characters\)
- sed "s/^X//" >'helpfiles/RewBtn' <<'END_OF_FILE'
- X#
- X# @(#)RewBtn 1.4 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XRewind Search Button
- X
- XSelect this button and hold it down to search backward
- Xwhile audio playback is in progress. You will hear
- Xshort samples of the audio during the search. When you
- Xrelease the button, the search ends and normal playback
- Xresumes at the new location.
- X
- XIf you hold the button down for longer than a certain
- Xamount of time, the search speed increases.
- X
- XDuring shuffle or program mode, you cannot search beyond
- Xthe beginning of the current playing track.
- X
- XIf the playback state is paused when the search operation
- Xis started, the pause state will resume when the search
- Xends.
- END_OF_FILE
- if test 1427 -ne `wc -c <'helpfiles/RewBtn'`; then
- echo shar: \"'helpfiles/RewBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/RewBtn'
- fi
- if test -f 'helpfiles/SampleBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/SampleBtn'\"
- else
- echo shar: Extracting \"'helpfiles/SampleBtn'\" \(1390 characters\)
- sed "s/^X//" >'helpfiles/SampleBtn' <<'END_OF_FILE'
- X#
- X# @(#)SampleBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XSample Mode Button
- X
- XSelect this button to cause Xmcd to play only a few
- Xseconds of each track. If audio playback is already
- Xin progress, the sample will start on the next track,
- Xexcept if the current track is the last track, then
- Xthe sample will start from the first track.
- X
- XDuring sample playback mode, the Play Mode Indicator
- Xindicates the label "sample".
- X
- XTo cancel sample playback, select this button a
- Xsecond time, or select the Play Pause button.
- X
- XYou cannot use the Sample feature in Shuffle mode,
- XProgram mode, or when the playback is paused.
- END_OF_FILE
- if test 1390 -ne `wc -c <'helpfiles/SampleBtn'`; then
- echo shar: \"'helpfiles/SampleBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/SampleBtn'
- fi
- if test -f 'helpfiles/StopBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/StopBtn'\"
- else
- echo shar: Extracting \"'helpfiles/StopBtn'\" \(1169 characters\)
- sed "s/^X//" >'helpfiles/StopBtn' <<'END_OF_FILE'
- X#
- X# @(#)StopBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XStop Button
- X
- XSelect this button to stop audio playback and spin
- Xdown the CD.
- X
- XSelecting this button will also cause Xmcd to check
- Xif a new disc has been inserted, and update its
- Xinternal states. This is useful if a disc is removed
- Xfrom the CD-ROM drive manually (i.e., not using the
- XEject button of Xmcd), and a new disc is loaded.
- END_OF_FILE
- if test 1169 -ne `wc -c <'helpfiles/StopBtn'`; then
- echo shar: \"'helpfiles/StopBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/StopBtn'
- fi
- if test -f 'helpfiles/TimeBtn' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/TimeBtn'\"
- else
- echo shar: Extracting \"'helpfiles/TimeBtn'\" \(1356 characters\)
- sed "s/^X//" >'helpfiles/TimeBtn' <<'END_OF_FILE'
- X#
- X# @(#)TimeBtn 1.2 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XTime Display Mode Button
- X
- XUse this button to select the mode of the track and
- Xtime displays on the Xmcd main window indicator area.
- XThe available modes as as follows:
- X
- X- elapse The elapsed time of the current track
- X- r-trac Remaining time of the current track
- X- r-disc Total remaining time
- X
- XIn r-disc mode, the Track Number Indicator shows the
- Xnumber of tracks remaining instead of the current track
- Xnumber.
- X
- XSelect this button to change the display mode. The
- Xcurrent selected mode is shown in the Time Mode
- XIndicator.
- END_OF_FILE
- if test 1356 -ne `wc -c <'helpfiles/TimeBtn'`; then
- echo shar: \"'helpfiles/TimeBtn'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/TimeBtn'
- fi
- if test -f 'helpfiles/CheckBox' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'helpfiles/CheckBox'\"
- else
- echo shar: Extracting \"'helpfiles/CheckBox'\" \(3075 characters\)
- sed "s/^X//" >'helpfiles/CheckBox' <<'END_OF_FILE'
- X#
- X# @(#)CheckBox 1.3 93/09/28
- X#
- X# xmcd - Motif(tm) CD Audio Player
- X#
- X# Copyright (C) 1993 Ti Kan
- X# E-mail: ti@amb.org
- X#
- X# This program is free software; you can redistribute it and/or modify
- X# it under the terms of the GNU General Public License as published by
- X# the Free Software Foundation; either version 2 of the License, or
- X# (at your option) any later version.
- X#
- X# This program is distributed in the hope that it will be useful,
- X# but WITHOUT ANY WARRANTY; without even the implied warranty of
- X# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- X# GNU General Public License for more details.
- X#
- X# You should have received a copy of the GNU General Public License
- X# along with this program; if not, write to the Free Software
- X# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- X#
- X#
- XMode Selector Check Box
- X
- XThere are four toggle buttons in the Mode Selector
- Xcheck box, described as follows:
- X
- X- Display Mode Selector
- X
- X This button allows you to configure the Xmcd main
- X window push-buttons to either display a pictorial
- X symbol on their button-faces representing the
- X function, or to display text titles.
- X
- X In Text Title mode, an underscore is shown below the
- X letter representing the short-cut key that can be used
- X to select the push-button. If the specified short-cut
- X key does not work, try using the Shift, Ctrl, Alt or
- X Meta modifier keys in combination with the indicated
- X key.
- X
- X- Caddy Lock Selector
- X
- X This button allows you to lock and unlock the CD caddy
- X when a disc is loaded. When locked, a disc cannot be
- X ejected by pressing the Eject button on the CD-ROM
- X drive itself. This is useful to prevent someone from
- X inadvertently ejecting the disc.
- X
- X The Eject button on the Xmcd main window will still
- X function normally even when the caddy is locked.
- X
- X This feature may not function on certain CD-ROM
- X drives, notably those that do not use a motorized
- X eject mechanism.
- X
- X- Repeat Mode Selector
- X
- X This button allows you to enable or disable the
- X Repeat mode. When Repeat mode is enabled, Xmcd will
- X do the following:
- X
- X * If normal playback is finished, Repeat mode will
- X cause the playback to commence again.
- X * If Shuffle playback is finished, Repeat mode will
- X cause a new shuffle sequence to be generated and
- X played.
- X * If Program playback is finished, Repeat mode will
- X play the program again.
- X
- X The repeat operation will continue indefinitely until
- X the Repeat mode is disabled by selecting this button.
- X
- X To repeat a single track, enter it as the only track
- X in a play program and start program playback with
- X Repeat mode enabled.
- X
- X- Shuffle Mode Selector
- X
- X This button allows you to enable or disable the Shuffle
- X mode. When Shuffle mode is enabled, Xmcd will play all
- X the tracks on the CD in non-repeating random order.
- X
- X You can enable and disable Shuffle mode only when
- X audio playback is not already in progress. Also,
- X Shuffle mode will automatically disengage when you
- X enter Program Play mode or specify a track using the
- X Keypad window.
- X
- END_OF_FILE
- if test 3075 -ne `wc -c <'helpfiles/CheckBox'`; then
- echo shar: \"'helpfiles/CheckBox'\" unpacked with wrong size!
- fi
- # end of 'helpfiles/CheckBox'
- fi
- echo shar: End of archive 12 \(of 13\).
- cp /dev/null ark12isdone
- MISSING=""
- for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 ; do
- if test ! -f ark${I}isdone ; then
- MISSING="${MISSING} ${I}"
- fi
- done
- if test "${MISSING}" = "" ; then
- echo You have unpacked all 13 archives.
- echo "Now read the README and INSTALL files for further instructions."
- rm -f ark[1-9]isdone ark[1-9][0-9]isdone
- else
- echo You still need to unpack the following archives:
- echo " " ${MISSING}
- fi
- ## End of shell archive.
- exit 0
- --
- /// Ti Kan vorsprung durch technik
- /// AMB Research Laboratories, Sunnyvale, CA. USA
- /// ti@amb.org
- ////// ...!{decwrl,synopsys,tandem,tsoft,ultra}!sgiblab!bazooka!ti
- /// ...!uunet!bazooka!ti
-
-
-
- exit 0 # Just in case...
- --
- // chris@Sterling.COM | Send comp.sources.x submissions to:
- \X/ Amiga: The only way to fly! | sources-x@sterling.com
- "It's intuitively obvious to the most casual observer..."
- GCS d++(--) -p+ c++ !l u++ e+ m+(-) s++/++ n h--- f+ g+++ w+ t++ r+ y+
-