home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume21 / xmcd / part12 < prev    next >
Encoding:
Text File  |  1993-12-19  |  80.6 KB  |  2,244 lines

  1. Newsgroups: comp.sources.x
  2. From: ti@bazooka.amb.org (Ti Kan)
  3. Subject: v21i074:  xmcd - X11/Motif CD audio player, Part12/13
  4. Message-ID: <1993Dec19.194109.25030@sparky.sterling.com>
  5. X-Md4-Signature: 8f816baec0403882e800a289e9eae78c
  6. Sender: chris@sparky.sterling.com (Chris Olson)
  7. Organization: Sterling Software
  8. Date: Sun, 19 Dec 1993 19:41:09 GMT
  9. Approved: chris@sterling.com
  10.  
  11. Submitted-by: ti@bazooka.amb.org (Ti Kan)
  12. Posting-number: Volume 21, Issue 74
  13. Archive-name: xmcd/part12
  14. Environment: X11, OSF/Motif
  15.  
  16. #! /bin/sh
  17. # This is a shell archive.  Remove anything before this line, then unpack
  18. # it by saving it into a file and typing "sh file".  To overwrite existing
  19. # files, type "sh file -c".  You can also feed this as standard input via
  20. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  21. # will see the following message at the end:
  22. #        "End of archive 12 (of 13)."
  23. # Contents:  helpfiles helpfiles/Imakefile helpfiles/AbBtn
  24. #   helpfiles/DbProgBtn helpfiles/DdCancelBtn helpfiles/DdClrBtn
  25. #   helpfiles/DdOkBtn helpfiles/DpAboutBtn helpfiles/DpAddPgmBtn
  26. #   helpfiles/DpCancelBtn helpfiles/DpClrPgmBtn helpfiles/DpDExtBtn
  27. #   helpfiles/DpLinkBtn helpfiles/DpLoadBtn helpfiles/DpPlayPgmBtn
  28. #   helpfiles/DpSaveBtn helpfiles/DpTExtBtn helpfiles/DpTimeSelBtn
  29. #   helpfiles/DsCancelBtn helpfiles/DsOkBtn helpfiles/DtCancelBtn
  30. #   helpfiles/DtClrBtn helpfiles/DtOkBtn helpfiles/EjectBtn
  31. #   helpfiles/FfBtn helpfiles/HelpBtn helpfiles/KeypadBtn
  32. #   helpfiles/KpCancelBtn helpfiles/KpClearBtn helpfiles/KpEnterBtn
  33. #   helpfiles/KpNumBtn helpfiles/LsCancelBtn helpfiles/LsOkBtn
  34. #   helpfiles/NextIdxBtn helpfiles/NextTrkBtn helpfiles/PlayPauseBtn
  35. #   helpfiles/PowerBtn helpfiles/PrevIdxBtn helpfiles/PrevTrkBtn
  36. #   helpfiles/RewBtn helpfiles/SampleBtn helpfiles/StopBtn
  37. #   helpfiles/TimeBtn helpfiles/CheckBox
  38. # Wrapped by ti@bazooka on Mon Nov  8 10:35:25 1993
  39. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  40. if test ! -d 'helpfiles' ; then
  41.     echo shar: Creating directory \"'helpfiles'\"
  42.     mkdir 'helpfiles'
  43. fi
  44. if test -f 'helpfiles/Imakefile' -a "${1}" != "-c" ; then 
  45.   echo shar: Will not clobber existing file \"'helpfiles/Imakefile'\"
  46. else
  47. echo shar: Extracting \"'helpfiles/Imakefile'\" \(898 characters\)
  48. sed "s/^X//" >'helpfiles/Imakefile' <<'END_OF_FILE'
  49. X/*
  50. X * @(#)Imakefile    1.4 93/08/21
  51. X *
  52. X * Imakefile for xmcd/helpfiles
  53. X */
  54. X
  55. XHELPDIR=$(LIBDIR)/xmcd/help
  56. XSRCS=    AbBtn \
  57. X    CheckBox \
  58. X    DbModeInd \
  59. X    DbProgBtn \
  60. X    DdCancelBtn \
  61. X    DdClrBtn \
  62. X    DdDiscTxt \
  63. X    DdOkBtn \
  64. X    DpAboutBtn \
  65. X    DpAddPgmBtn \
  66. X    DpCancelBtn \
  67. X    DpClrPgmBtn \
  68. X    DpDExtBtn \
  69. X    DpDTitleTxt \
  70. X    DpLinkBtn \
  71. X    DpLoadBtn \
  72. X    DpPgmSeqTxt \
  73. X    DpPlayPgmBtn \
  74. X    DpSaveBtn \
  75. X    DpTExtBtn \
  76. X    DpTTitleTxt \
  77. X    DpTimeSelBtn \
  78. X    DpTrkList \
  79. X    DsCancelBtn \
  80. X    DsDirList \
  81. X    DsOkBtn \
  82. X    DtCancelBtn \
  83. X    DtClrBtn \
  84. X    DtOkBtn \
  85. X    DtTrackTxt \
  86. X    EjectBtn \
  87. X    FfBtn \
  88. X    HelpBtn \
  89. X    IndexInd \
  90. X    KeypadBtn \
  91. X    KeypadInd \
  92. X    KpCancelBtn \
  93. X    KpClearBtn \
  94. X    KpEnterBtn \
  95. X    KpNumBtn \
  96. X    LevelScale \
  97. X    LsCancelBtn \
  98. X    LsLinkList \
  99. X    LsOkBtn \
  100. X    NextIdxBtn \
  101. X    NextTrkBtn \
  102. X    PlayModeInd \
  103. X    PlayPauseBtn \
  104. X    PowerBtn \
  105. X    PrevIdxBtn \
  106. X    PrevTrkBtn \
  107. X    ProgModeInd \
  108. X    RewBtn \
  109. X    SampleBtn \
  110. X    StopBtn \
  111. X    TimeBtn \
  112. X    TimeInd \
  113. X    TimeModeInd \
  114. X    TrackInd
  115. X
  116. X
  117. XAllTarget()
  118. X
  119. END_OF_FILE
  120. if test 898 -ne `wc -c <'helpfiles/Imakefile'`; then
  121.     echo shar: \"'helpfiles/Imakefile'\" unpacked with wrong size!
  122. fi
  123. # end of 'helpfiles/Imakefile'
  124. fi
  125. if test -f 'helpfiles/AbBtn' -a "${1}" != "-c" ; then 
  126.   echo shar: Will not clobber existing file \"'helpfiles/AbBtn'\"
  127. else
  128. echo shar: Extracting \"'helpfiles/AbBtn'\" \(1520 characters\)
  129. sed "s/^X//" >'helpfiles/AbBtn' <<'END_OF_FILE'
  130. X#
  131. X# @(#)AbBtn    1.2 93/09/28
  132. X#
  133. X#   xmcd - Motif(tm) CD Audio Player
  134. X#
  135. X#   Copyright (C) 1993  Ti Kan
  136. X#   E-mail: ti@amb.org
  137. X#
  138. X#   This program is free software; you can redistribute it and/or modify
  139. X#   it under the terms of the GNU General Public License as published by
  140. X#   the Free Software Foundation; either version 2 of the License, or
  141. X#   (at your option) any later version.
  142. X#
  143. X#   This program is distributed in the hope that it will be useful,
  144. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  145. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  146. X#   GNU General Public License for more details.
  147. X#
  148. X#   You should have received a copy of the GNU General Public License
  149. X#   along with this program; if not, write to the Free Software
  150. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  151. X#
  152. X#
  153. XA->B Button
  154. X
  155. XThis button is used to define a repeating playback
  156. Xsegment.
  157. X
  158. XDuring normal audio playback, select this button to
  159. Xdefine the start of the segment, and select it a
  160. Xsecond time to define the end of the segment.  Xmcd
  161. Xwill then enter Segment Play mode, repeatedly playing
  162. Xthe defined segment.
  163. X
  164. XDuring the Segment Play mode, the Play Mode Indicator
  165. Xin the lower right corner of the main indicator
  166. Xwindow shows the "a->b" symbol.
  167. X
  168. XTo cancel the Segment Play mode and resume normal
  169. Xaudio playback, select the A->B button a third time,
  170. Xor select the Play/Pause button.
  171. X
  172. XYou can enter the Segment Play mode only if audio
  173. Xplayback is already in progress, and is not in paused
  174. Xstate.
  175. END_OF_FILE
  176. if test 1520 -ne `wc -c <'helpfiles/AbBtn'`; then
  177.     echo shar: \"'helpfiles/AbBtn'\" unpacked with wrong size!
  178. fi
  179. # end of 'helpfiles/AbBtn'
  180. fi
  181. if test -f 'helpfiles/DbProgBtn' -a "${1}" != "-c" ; then 
  182.   echo shar: Will not clobber existing file \"'helpfiles/DbProgBtn'\"
  183. else
  184. echo shar: Extracting \"'helpfiles/DbProgBtn'\" \(1257 characters\)
  185. sed "s/^X//" >'helpfiles/DbProgBtn' <<'END_OF_FILE'
  186. X#
  187. X# @(#)DbProgBtn    1.2 93/09/28
  188. X#
  189. X#   xmcd - Motif(tm) CD Audio Player
  190. X#
  191. X#   Copyright (C) 1993  Ti Kan
  192. X#   E-mail: ti@amb.org
  193. X#
  194. X#   This program is free software; you can redistribute it and/or modify
  195. X#   it under the terms of the GNU General Public License as published by
  196. X#   the Free Software Foundation; either version 2 of the License, or
  197. X#   (at your option) any later version.
  198. X#
  199. X#   This program is distributed in the hope that it will be useful,
  200. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  201. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  202. X#   GNU General Public License for more details.
  203. X#
  204. X#   You should have received a copy of the GNU General Public License
  205. X#   along with this program; if not, write to the Free Software
  206. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  207. X#
  208. X#
  209. XCDDB/Program Button
  210. X
  211. XSelect this button to pop up the CD Database and
  212. XProgram Mode Editor window.  The CDDB/Program window
  213. Xallows you to view or edit the CD Database entry
  214. Xassociated with the currently loaded disc, and define
  215. Xcustom play programs.
  216. X
  217. XIf the currently loaded disc has an associated CD
  218. XDatabase entry, the CD Database Indicator in the
  219. Xlower left corner of the Xmcd main window indicator
  220. Xarea will come on.
  221. END_OF_FILE
  222. if test 1257 -ne `wc -c <'helpfiles/DbProgBtn'`; then
  223.     echo shar: \"'helpfiles/DbProgBtn'\" unpacked with wrong size!
  224. fi
  225. # end of 'helpfiles/DbProgBtn'
  226. fi
  227. if test -f 'helpfiles/DdCancelBtn' -a "${1}" != "-c" ; then 
  228.   echo shar: Will not clobber existing file \"'helpfiles/DdCancelBtn'\"
  229. else
  230. echo shar: Extracting \"'helpfiles/DdCancelBtn'\" \(1214 characters\)
  231. sed "s/^X//" >'helpfiles/DdCancelBtn' <<'END_OF_FILE'
  232. X#
  233. X# @(#)DdCancelBtn    1.2 93/09/28
  234. X#
  235. X#   xmcd - Motif(tm) CD Audio Player
  236. X#
  237. X#   Copyright (C) 1993  Ti Kan
  238. X#   E-mail: ti@amb.org
  239. X#
  240. X#   This program is free software; you can redistribute it and/or modify
  241. X#   it under the terms of the GNU General Public License as published by
  242. X#   the Free Software Foundation; either version 2 of the License, or
  243. X#   (at your option) any later version.
  244. X#
  245. X#   This program is distributed in the hope that it will be useful,
  246. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  247. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  248. X#   GNU General Public License for more details.
  249. X#
  250. X#   You should have received a copy of the GNU General Public License
  251. X#   along with this program; if not, write to the Free Software
  252. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  253. X#
  254. X#
  255. XExtended Disc Information Cancel Button
  256. X
  257. XSelecting this button will cause the Extended Disc
  258. XInformation window to pop-down.  Any change to the
  259. Xtext since it was popped up will be discarded.  The
  260. Xtext will be restored to its original state.
  261. X
  262. XTo pop the Extended Disc Information window up again,
  263. Xselect the Extended Disc Information Button on the CD
  264. XDatabase/Program window.
  265. END_OF_FILE
  266. if test 1214 -ne `wc -c <'helpfiles/DdCancelBtn'`; then
  267.     echo shar: \"'helpfiles/DdCancelBtn'\" unpacked with wrong size!
  268. fi
  269. # end of 'helpfiles/DdCancelBtn'
  270. fi
  271. if test -f 'helpfiles/DdClrBtn' -a "${1}" != "-c" ; then 
  272.   echo shar: Will not clobber existing file \"'helpfiles/DdClrBtn'\"
  273. else
  274. echo shar: Extracting \"'helpfiles/DdClrBtn'\" \(1146 characters\)
  275. sed "s/^X//" >'helpfiles/DdClrBtn' <<'END_OF_FILE'
  276. X#
  277. X# @(#)DdClrBtn    1.3 93/09/28
  278. X#
  279. X#   xmcd - Motif(tm) CD Audio Player
  280. X#
  281. X#   Copyright (C) 1993  Ti Kan
  282. X#   E-mail: ti@amb.org
  283. X#
  284. X#   This program is free software; you can redistribute it and/or modify
  285. X#   it under the terms of the GNU General Public License as published by
  286. X#   the Free Software Foundation; either version 2 of the License, or
  287. X#   (at your option) any later version.
  288. X#
  289. X#   This program is distributed in the hope that it will be useful,
  290. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  291. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  292. X#   GNU General Public License for more details.
  293. X#
  294. X#   You should have received a copy of the GNU General Public License
  295. X#   along with this program; if not, write to the Free Software
  296. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  297. X#
  298. X#
  299. XExtended Disc Information Clear Button
  300. X
  301. XThis button will erase the Extended Information data
  302. Xassociated with the currently loaded disc.  It will
  303. Xonly cause the text area of the Extended Disc Information
  304. Xwindow to go blank, but will not actually update the CD
  305. XDatabase, unless you also select the Save button.
  306. END_OF_FILE
  307. if test 1146 -ne `wc -c <'helpfiles/DdClrBtn'`; then
  308.     echo shar: \"'helpfiles/DdClrBtn'\" unpacked with wrong size!
  309. fi
  310. # end of 'helpfiles/DdClrBtn'
  311. fi
  312. if test -f 'helpfiles/DdOkBtn' -a "${1}" != "-c" ; then 
  313.   echo shar: Will not clobber existing file \"'helpfiles/DdOkBtn'\"
  314. else
  315. echo shar: Extracting \"'helpfiles/DdOkBtn'\" \(1126 characters\)
  316. sed "s/^X//" >'helpfiles/DdOkBtn' <<'END_OF_FILE'
  317. X#
  318. X# @(#)DdOkBtn    1.4 93/09/28
  319. X#
  320. X#   xmcd - Motif(tm) CD Audio Player
  321. X#
  322. X#   Copyright (C) 1993  Ti Kan
  323. X#   E-mail: ti@amb.org
  324. X#
  325. X#   This program is free software; you can redistribute it and/or modify
  326. X#   it under the terms of the GNU General Public License as published by
  327. X#   the Free Software Foundation; either version 2 of the License, or
  328. X#   (at your option) any later version.
  329. X#
  330. X#   This program is distributed in the hope that it will be useful,
  331. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  332. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  333. X#   GNU General Public License for more details.
  334. X#
  335. X#   You should have received a copy of the GNU General Public License
  336. X#   along with this program; if not, write to the Free Software
  337. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  338. X#
  339. X#
  340. XExtended Disc Information OK Button
  341. X
  342. XSelecting this button will cause the Extended Disc
  343. XInformation window to pop-down.  Changes to the text
  344. Xare preserved.
  345. X
  346. XTo pop the Extended Disc Information window up again,
  347. Xselect the Extended Disc Information Button on the CD
  348. XDatabase/Program window.
  349. END_OF_FILE
  350. if test 1126 -ne `wc -c <'helpfiles/DdOkBtn'`; then
  351.     echo shar: \"'helpfiles/DdOkBtn'\" unpacked with wrong size!
  352. fi
  353. # end of 'helpfiles/DdOkBtn'
  354. fi
  355. if test -f 'helpfiles/DpAboutBtn' -a "${1}" != "-c" ; then 
  356.   echo shar: Will not clobber existing file \"'helpfiles/DpAboutBtn'\"
  357. else
  358. echo shar: Extracting \"'helpfiles/DpAboutBtn'\" \(1197 characters\)
  359. sed "s/^X//" >'helpfiles/DpAboutBtn' <<'END_OF_FILE'
  360. X#
  361. X# @(#)DpAboutBtn    1.2 93/09/28
  362. X#
  363. X#   xmcd - Motif(tm) CD Audio Player
  364. X#
  365. X#   Copyright (C) 1993  Ti Kan
  366. X#   E-mail: ti@amb.org
  367. X#
  368. X#   This program is free software; you can redistribute it and/or modify
  369. X#   it under the terms of the GNU General Public License as published by
  370. X#   the Free Software Foundation; either version 2 of the License, or
  371. X#   (at your option) any later version.
  372. X#
  373. X#   This program is distributed in the hope that it will be useful,
  374. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  375. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  376. X#   GNU General Public License for more details.
  377. X#
  378. X#   You should have received a copy of the GNU General Public License
  379. X#   along with this program; if not, write to the Free Software
  380. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  381. X#
  382. X#
  383. XAbout Button
  384. X
  385. XSelect this button to pop-up an information window
  386. Xcontaining Xmcd program version, copyright information,
  387. XCD-ROM drive make, model and revision, CD device node
  388. Xpath, and the CD Database directory paths being used.
  389. X
  390. XThe CD-ROM drive make/model and revision information
  391. Xmay not become available until the first CD is loaded
  392. Xafter starting Xmcd.
  393. END_OF_FILE
  394. if test 1197 -ne `wc -c <'helpfiles/DpAboutBtn'`; then
  395.     echo shar: \"'helpfiles/DpAboutBtn'\" unpacked with wrong size!
  396. fi
  397. # end of 'helpfiles/DpAboutBtn'
  398. fi
  399. if test -f 'helpfiles/DpAddPgmBtn' -a "${1}" != "-c" ; then 
  400.   echo shar: Will not clobber existing file \"'helpfiles/DpAddPgmBtn'\"
  401. else
  402. echo shar: Extracting \"'helpfiles/DpAddPgmBtn'\" \(1258 characters\)
  403. sed "s/^X//" >'helpfiles/DpAddPgmBtn' <<'END_OF_FILE'
  404. X#
  405. X# @(#)DpAddPgmBtn    1.2 93/09/28
  406. X#
  407. X#   xmcd - Motif(tm) CD Audio Player
  408. X#
  409. X#   Copyright (C) 1993  Ti Kan
  410. X#   E-mail: ti@amb.org
  411. X#
  412. X#   This program is free software; you can redistribute it and/or modify
  413. X#   it under the terms of the GNU General Public License as published by
  414. X#   the Free Software Foundation; either version 2 of the License, or
  415. X#   (at your option) any later version.
  416. X#
  417. X#   This program is distributed in the hope that it will be useful,
  418. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  419. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  420. X#   GNU General Public License for more details.
  421. X#
  422. X#   You should have received a copy of the GNU General Public License
  423. X#   along with this program; if not, write to the Free Software
  424. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  425. X#
  426. X#
  427. XAdd To Program Button
  428. X
  429. XThis button allows you to add a chosen track to the play
  430. Xprogram. To choose a track, select the desired track entry
  431. Xin the Track List.
  432. X
  433. XOnce the program is added to the program sequence, it is
  434. Xdisplayed in the Program Sequence text field.  If you wish,
  435. Xyou may also edit the program sequence directly there.
  436. X
  437. XTo start the program, select the Program Play button below
  438. Xthe Add To Program button.
  439. END_OF_FILE
  440. if test 1258 -ne `wc -c <'helpfiles/DpAddPgmBtn'`; then
  441.     echo shar: \"'helpfiles/DpAddPgmBtn'\" unpacked with wrong size!
  442. fi
  443. # end of 'helpfiles/DpAddPgmBtn'
  444. fi
  445. if test -f 'helpfiles/DpCancelBtn' -a "${1}" != "-c" ; then 
  446.   echo shar: Will not clobber existing file \"'helpfiles/DpCancelBtn'\"
  447. else
  448. echo shar: Extracting \"'helpfiles/DpCancelBtn'\" \(1062 characters\)
  449. sed "s/^X//" >'helpfiles/DpCancelBtn' <<'END_OF_FILE'
  450. X#
  451. X# @(#)DpCancelBtn    1.2 93/09/28
  452. X#
  453. X#   xmcd - Motif(tm) CD Audio Player
  454. X#
  455. X#   Copyright (C) 1993  Ti Kan
  456. X#   E-mail: ti@amb.org
  457. X#
  458. X#   This program is free software; you can redistribute it and/or modify
  459. X#   it under the terms of the GNU General Public License as published by
  460. X#   the Free Software Foundation; either version 2 of the License, or
  461. X#   (at your option) any later version.
  462. X#
  463. X#   This program is distributed in the hope that it will be useful,
  464. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  465. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  466. X#   GNU General Public License for more details.
  467. X#
  468. X#   You should have received a copy of the GNU General Public License
  469. X#   along with this program; if not, write to the Free Software
  470. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  471. X#
  472. X#
  473. XCD Database/Program Window Cancel Button
  474. X
  475. XSelecting this button will cause the CD Database/Program
  476. XEditor window to disappear.
  477. X
  478. XTo pop the CDDB/Program window again, select the
  479. XCDDB/Program Button on the Xmcd main window.
  480. END_OF_FILE
  481. if test 1062 -ne `wc -c <'helpfiles/DpCancelBtn'`; then
  482.     echo shar: \"'helpfiles/DpCancelBtn'\" unpacked with wrong size!
  483. fi
  484. # end of 'helpfiles/DpCancelBtn'
  485. fi
  486. if test -f 'helpfiles/DpClrPgmBtn' -a "${1}" != "-c" ; then 
  487.   echo shar: Will not clobber existing file \"'helpfiles/DpClrPgmBtn'\"
  488. else
  489. echo shar: Extracting \"'helpfiles/DpClrPgmBtn'\" \(1060 characters\)
  490. sed "s/^X//" >'helpfiles/DpClrPgmBtn' <<'END_OF_FILE'
  491. X#
  492. X# @(#)DpClrPgmBtn    1.2 93/09/28
  493. X#
  494. X#   xmcd - Motif(tm) CD Audio Player
  495. X#
  496. X#   Copyright (C) 1993  Ti Kan
  497. X#   E-mail: ti@amb.org
  498. X#
  499. X#   This program is free software; you can redistribute it and/or modify
  500. X#   it under the terms of the GNU General Public License as published by
  501. X#   the Free Software Foundation; either version 2 of the License, or
  502. X#   (at your option) any later version.
  503. X#
  504. X#   This program is distributed in the hope that it will be useful,
  505. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  506. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  507. X#   GNU General Public License for more details.
  508. X#
  509. X#   You should have received a copy of the GNU General Public License
  510. X#   along with this program; if not, write to the Free Software
  511. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  512. X#
  513. X#
  514. XClear Program Button
  515. X
  516. XSelecting this button will clear the currently defined
  517. Xplay program. The Program Sequence text field will be
  518. Xblanked. If program play is is currently in progress,
  519. Xit will commence until completion.
  520. END_OF_FILE
  521. if test 1060 -ne `wc -c <'helpfiles/DpClrPgmBtn'`; then
  522.     echo shar: \"'helpfiles/DpClrPgmBtn'\" unpacked with wrong size!
  523. fi
  524. # end of 'helpfiles/DpClrPgmBtn'
  525. fi
  526. if test -f 'helpfiles/DpDExtBtn' -a "${1}" != "-c" ; then 
  527.   echo shar: Will not clobber existing file \"'helpfiles/DpDExtBtn'\"
  528. else
  529. echo shar: Extracting \"'helpfiles/DpDExtBtn'\" \(1087 characters\)
  530. sed "s/^X//" >'helpfiles/DpDExtBtn' <<'END_OF_FILE'
  531. X#
  532. X# @(#)DpDExtBtn    1.2 93/09/28
  533. X#
  534. X#   xmcd - Motif(tm) CD Audio Player
  535. X#
  536. X#   Copyright (C) 1993  Ti Kan
  537. X#   E-mail: ti@amb.org
  538. X#
  539. X#   This program is free software; you can redistribute it and/or modify
  540. X#   it under the terms of the GNU General Public License as published by
  541. X#   the Free Software Foundation; either version 2 of the License, or
  542. X#   (at your option) any later version.
  543. X#
  544. X#   This program is distributed in the hope that it will be useful,
  545. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  546. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  547. X#   GNU General Public License for more details.
  548. X#
  549. X#   You should have received a copy of the GNU General Public License
  550. X#   along with this program; if not, write to the Free Software
  551. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  552. X#
  553. X#
  554. XExtended Disc Information Button
  555. X
  556. XSelecting this button will cause the Extended Disc
  557. XInformation window to pop up.  This window contains a
  558. Xtext editor that is used to view or edit general disc
  559. Xinformation text pertaining to the currently loaded CD.
  560. END_OF_FILE
  561. if test 1087 -ne `wc -c <'helpfiles/DpDExtBtn'`; then
  562.     echo shar: \"'helpfiles/DpDExtBtn'\" unpacked with wrong size!
  563. fi
  564. # end of 'helpfiles/DpDExtBtn'
  565. fi
  566. if test -f 'helpfiles/DpLinkBtn' -a "${1}" != "-c" ; then 
  567.   echo shar: Will not clobber existing file \"'helpfiles/DpLinkBtn'\"
  568. else
  569. echo shar: Extracting \"'helpfiles/DpLinkBtn'\" \(2658 characters\)
  570. sed "s/^X//" >'helpfiles/DpLinkBtn' <<'END_OF_FILE'
  571. X#
  572. X# @(#)DpLinkBtn    1.4 93/09/28
  573. X#
  574. X#   xmcd - Motif(tm) CD Audio Player
  575. X#
  576. X#   Copyright (C) 1993  Ti Kan
  577. X#   E-mail: ti@amb.org
  578. X#
  579. X#   This program is free software; you can redistribute it and/or modify
  580. X#   it under the terms of the GNU General Public License as published by
  581. X#   the Free Software Foundation; either version 2 of the License, or
  582. X#   (at your option) any later version.
  583. X#
  584. X#   This program is distributed in the hope that it will be useful,
  585. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  586. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  587. X#   GNU General Public License for more details.
  588. X#
  589. X#   You should have received a copy of the GNU General Public License
  590. X#   along with this program; if not, write to the Free Software
  591. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  592. X#
  593. X#
  594. XLink Database Entry Button
  595. X
  596. XSometimes different pressings of the same CD title
  597. Xcan have different enough timing to appear as different
  598. Xdiscs to Xmcd.  Thus, when you load a CD that is not
  599. Xthe exact one that the CD Database entry was created
  600. Xwith, Xmcd may not recognize it as a match to the
  601. Xdatabase entry.
  602. X
  603. XWhen this happens, you can search the CD database
  604. Xto see if a database entry exists for this CD, and
  605. Xestablish a link (or alias) to it.  Once a link has
  606. Xbeen established, Xmcd will recognize this CD.
  607. X
  608. XTo search the database and establish a link, select
  609. Xthe Link button.
  610. X
  611. XUsing the link feature avoids the need for you to
  612. Xenter all the information pertaining to the disc
  613. Xagain.  It also keeps the database free of duplicate
  614. Xentries (which may be different amongst each other).
  615. X
  616. XWhen you select the Link button, a CD Database directory
  617. Xselection window appears, allowing you to choose the
  618. Xsearch directory.  This limits the search to that specific
  619. Xdirectory (if your current CD Database consists of only
  620. Xone or no directory, then this step is omitted).  Another
  621. Xpop-up will then appear, consisting of a list of candidate
  622. XCD titles found in the directory.  These discs have the
  623. Xsame number of tracks as the currently loaded CD.  Select
  624. Xthe desired entry to link to by choosing the appropriate
  625. Xlist entry and then select the OK button.
  626. X
  627. XWhen the link is complete, the selected CD database
  628. Xentry is loaded and the CD Database Indicator in the
  629. Xmain window indicator area comes on.
  630. X
  631. XIf you do not see a matching entry, you may cancel the
  632. Xsearch by selecting the Cancel button, and repeat the
  633. Xsearch in a different CDDB directory.
  634. X
  635. XIf you cannot find the right entry in the search, then
  636. Xthis CD is not currently in the CD Database.  You can
  637. Xenter all disc/track information and add to the
  638. Xdatabase with the Save button.
  639. END_OF_FILE
  640. if test 2658 -ne `wc -c <'helpfiles/DpLinkBtn'`; then
  641.     echo shar: \"'helpfiles/DpLinkBtn'\" unpacked with wrong size!
  642. fi
  643. # end of 'helpfiles/DpLinkBtn'
  644. fi
  645. if test -f 'helpfiles/DpLoadBtn' -a "${1}" != "-c" ; then 
  646.   echo shar: Will not clobber existing file \"'helpfiles/DpLoadBtn'\"
  647. else
  648. echo shar: Extracting \"'helpfiles/DpLoadBtn'\" \(1654 characters\)
  649. sed "s/^X//" >'helpfiles/DpLoadBtn' <<'END_OF_FILE'
  650. X#
  651. X# @(#)DpLoadBtn    1.2 93/09/28
  652. X#
  653. X#   xmcd - Motif(tm) CD Audio Player
  654. X#
  655. X#   Copyright (C) 1993  Ti Kan
  656. X#   E-mail: ti@amb.org
  657. X#
  658. X#   This program is free software; you can redistribute it and/or modify
  659. X#   it under the terms of the GNU General Public License as published by
  660. X#   the Free Software Foundation; either version 2 of the License, or
  661. X#   (at your option) any later version.
  662. X#
  663. X#   This program is distributed in the hope that it will be useful,
  664. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  665. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  666. X#   GNU General Public License for more details.
  667. X#
  668. X#   You should have received a copy of the GNU General Public License
  669. X#   along with this program; if not, write to the Free Software
  670. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  671. X#
  672. X#
  673. XLoad Database Entry Button
  674. X
  675. XSelecting this button will cause Xmcd to load the
  676. XCD Database entry associated with the currently
  677. Xloaded CD, if it exists.
  678. X
  679. XNormally, it is not necessary to use this function,
  680. Xas Xmcd automatically loads the CD Database entry
  681. Xwhen the CD is loaded.  This button forces a re-load
  682. Xof the database entry, and is useful in the following
  683. Xexample scenarios:
  684. X
  685. X  - You have edited the loaded version of the database
  686. X    entry, have not saved it to the CD Database, and
  687. X    want to discard your changes.
  688. X
  689. X  - The CD Database entry was modified since you
  690. X    loaded the disc (by another Xmcd process or
  691. X    perhaps via direct edit), and you want to load
  692. X    the new version.
  693. X
  694. XThe button will have no effect if there is no CD
  695. XDatabase entry for the currently loaded CD, or if
  696. Xthere is no CD loaded.
  697. END_OF_FILE
  698. if test 1654 -ne `wc -c <'helpfiles/DpLoadBtn'`; then
  699.     echo shar: \"'helpfiles/DpLoadBtn'\" unpacked with wrong size!
  700. fi
  701. # end of 'helpfiles/DpLoadBtn'
  702. fi
  703. if test -f 'helpfiles/DpPlayPgmBtn' -a "${1}" != "-c" ; then 
  704.   echo shar: Will not clobber existing file \"'helpfiles/DpPlayPgmBtn'\"
  705. else
  706. echo shar: Extracting \"'helpfiles/DpPlayPgmBtn'\" \(1360 characters\)
  707. sed "s/^X//" >'helpfiles/DpPlayPgmBtn' <<'END_OF_FILE'
  708. X#
  709. X# @(#)DpPlayPgmBtn    1.2 93/09/28
  710. X#
  711. X#   xmcd - Motif(tm) CD Audio Player
  712. X#
  713. X#   Copyright (C) 1993  Ti Kan
  714. X#   E-mail: ti@amb.org
  715. X#
  716. X#   This program is free software; you can redistribute it and/or modify
  717. X#   it under the terms of the GNU General Public License as published by
  718. X#   the Free Software Foundation; either version 2 of the License, or
  719. X#   (at your option) any later version.
  720. X#
  721. X#   This program is distributed in the hope that it will be useful,
  722. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  723. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  724. X#   GNU General Public License for more details.
  725. X#
  726. X#   You should have received a copy of the GNU General Public License
  727. X#   along with this program; if not, write to the Free Software
  728. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  729. X#
  730. X#
  731. XPlay Program Button
  732. X
  733. XThis button, when selected, will cause Xmcd to start
  734. Xplaying the track program specified in the Program
  735. XSequence text field.  The program sequence is entered
  736. Xand modified using the "Add To Program" and "Clear
  737. XProgram" buttons, or by editing the Program Sequence
  738. Xtext field directly.
  739. X
  740. XDuring program playback, the Program Mode Indicator
  741. Xin the main window indicator area will come on with
  742. Xthe label "prog".
  743. X
  744. XNote that selecting the "Play" button on the Xmcd main
  745. Xwindow will not start program play.
  746. END_OF_FILE
  747. if test 1360 -ne `wc -c <'helpfiles/DpPlayPgmBtn'`; then
  748.     echo shar: \"'helpfiles/DpPlayPgmBtn'\" unpacked with wrong size!
  749. fi
  750. # end of 'helpfiles/DpPlayPgmBtn'
  751. fi
  752. if test -f 'helpfiles/DpSaveBtn' -a "${1}" != "-c" ; then 
  753.   echo shar: Will not clobber existing file \"'helpfiles/DpSaveBtn'\"
  754. else
  755. echo shar: Extracting \"'helpfiles/DpSaveBtn'\" \(1088 characters\)
  756. sed "s/^X//" >'helpfiles/DpSaveBtn' <<'END_OF_FILE'
  757. X#
  758. X# @(#)DpSaveBtn    1.2 93/09/28
  759. X#
  760. X#   xmcd - Motif(tm) CD Audio Player
  761. X#
  762. X#   Copyright (C) 1993  Ti Kan
  763. X#   E-mail: ti@amb.org
  764. X#
  765. X#   This program is free software; you can redistribute it and/or modify
  766. X#   it under the terms of the GNU General Public License as published by
  767. X#   the Free Software Foundation; either version 2 of the License, or
  768. X#   (at your option) any later version.
  769. X#
  770. X#   This program is distributed in the hope that it will be useful,
  771. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  772. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  773. X#   GNU General Public License for more details.
  774. X#
  775. X#   You should have received a copy of the GNU General Public License
  776. X#   along with this program; if not, write to the Free Software
  777. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  778. X#
  779. X#
  780. XSave Database Button
  781. X
  782. XSelect this button to update the CD Database with
  783. Xthe current contents of the CDDB entry.  You must use
  784. Xthis button to save any changes made.  Any edits and
  785. Xchanges will be lost if Xmcd is to exit before you
  786. Xselect this button.
  787. END_OF_FILE
  788. if test 1088 -ne `wc -c <'helpfiles/DpSaveBtn'`; then
  789.     echo shar: \"'helpfiles/DpSaveBtn'\" unpacked with wrong size!
  790. fi
  791. # end of 'helpfiles/DpSaveBtn'
  792. fi
  793. if test -f 'helpfiles/DpTExtBtn' -a "${1}" != "-c" ; then 
  794.   echo shar: Will not clobber existing file \"'helpfiles/DpTExtBtn'\"
  795. else
  796. echo shar: Extracting \"'helpfiles/DpTExtBtn'\" \(1174 characters\)
  797. sed "s/^X//" >'helpfiles/DpTExtBtn' <<'END_OF_FILE'
  798. X#
  799. X# @(#)DpTExtBtn    1.2 93/09/28
  800. X#
  801. X#   xmcd - Motif(tm) CD Audio Player
  802. X#
  803. X#   Copyright (C) 1993  Ti Kan
  804. X#   E-mail: ti@amb.org
  805. X#
  806. X#   This program is free software; you can redistribute it and/or modify
  807. X#   it under the terms of the GNU General Public License as published by
  808. X#   the Free Software Foundation; either version 2 of the License, or
  809. X#   (at your option) any later version.
  810. X#
  811. X#   This program is distributed in the hope that it will be useful,
  812. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  813. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  814. X#   GNU General Public License for more details.
  815. X#
  816. X#   You should have received a copy of the GNU General Public License
  817. X#   along with this program; if not, write to the Free Software
  818. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  819. X#
  820. X#
  821. XExtended Track Information Button
  822. X
  823. XSelecting this button will cause the Extended Track
  824. XInformation window to pop up.  This window contains
  825. Xa text editor that is used to view or edit general
  826. Xtrack information text pertaining to the chosen track
  827. Xof the currently loaded CD.
  828. X
  829. XTo choose a track, select the desired track in the
  830. XTrack List.
  831. END_OF_FILE
  832. if test 1174 -ne `wc -c <'helpfiles/DpTExtBtn'`; then
  833.     echo shar: \"'helpfiles/DpTExtBtn'\" unpacked with wrong size!
  834. fi
  835. # end of 'helpfiles/DpTExtBtn'
  836. fi
  837. if test -f 'helpfiles/DpTimeSelBtn' -a "${1}" != "-c" ; then 
  838.   echo shar: Will not clobber existing file \"'helpfiles/DpTimeSelBtn'\"
  839. else
  840. echo shar: Extracting \"'helpfiles/DpTimeSelBtn'\" \(1118 characters\)
  841. sed "s/^X//" >'helpfiles/DpTimeSelBtn' <<'END_OF_FILE'
  842. X#
  843. X# @(#)DpTimeSelBtn    1.2 93/09/28
  844. X#
  845. X#   xmcd - Motif(tm) CD Audio Player
  846. X#
  847. X#   Copyright (C) 1993  Ti Kan
  848. X#   E-mail: ti@amb.org
  849. X#
  850. X#   This program is free software; you can redistribute it and/or modify
  851. X#   it under the terms of the GNU General Public License as published by
  852. X#   the Free Software Foundation; either version 2 of the License, or
  853. X#   (at your option) any later version.
  854. X#
  855. X#   This program is distributed in the hope that it will be useful,
  856. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  857. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  858. X#   GNU General Public License for more details.
  859. X#
  860. X#   You should have received a copy of the GNU General Public License
  861. X#   along with this program; if not, write to the Free Software
  862. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  863. X#
  864. X#
  865. XTime Display Selector
  866. X
  867. XThis radio button box allows you to configure the time
  868. Xdisplay in the Track List.  When "Total" is selected,
  869. Xthe start time of each track (relative to the start of the
  870. Xdisc) is shown.  When "Track" is selected, the length of
  871. Xeach track is shown instead.
  872. END_OF_FILE
  873. if test 1118 -ne `wc -c <'helpfiles/DpTimeSelBtn'`; then
  874.     echo shar: \"'helpfiles/DpTimeSelBtn'\" unpacked with wrong size!
  875. fi
  876. # end of 'helpfiles/DpTimeSelBtn'
  877. fi
  878. if test -f 'helpfiles/DsCancelBtn' -a "${1}" != "-c" ; then 
  879.   echo shar: Will not clobber existing file \"'helpfiles/DsCancelBtn'\"
  880. else
  881. echo shar: Extracting \"'helpfiles/DsCancelBtn'\" \(1063 characters\)
  882. sed "s/^X//" >'helpfiles/DsCancelBtn' <<'END_OF_FILE'
  883. X#
  884. X# @(#)DsCancelBtn    1.3 93/09/28
  885. X#
  886. X#   xmcd - Motif(tm) CD Audio Player
  887. X#
  888. X#   Copyright (C) 1993  Ti Kan
  889. X#   E-mail: ti@amb.org
  890. X#
  891. X#   This program is free software; you can redistribute it and/or modify
  892. X#   it under the terms of the GNU General Public License as published by
  893. X#   the Free Software Foundation; either version 2 of the License, or
  894. X#   (at your option) any later version.
  895. X#
  896. X#   This program is distributed in the hope that it will be useful,
  897. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  898. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  899. X#   GNU General Public License for more details.
  900. X#
  901. X#   You should have received a copy of the GNU General Public License
  902. X#   along with this program; if not, write to the Free Software
  903. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  904. X#
  905. X#
  906. XDirectory Selector Cancel Button
  907. X
  908. XSelect this button to cancel the Directory Selector
  909. Xwindow and abort the CD Database access operation.
  910. X
  911. XTo choose a directory, select one of the displayed
  912. Xchoices and select the OK button.
  913. END_OF_FILE
  914. if test 1063 -ne `wc -c <'helpfiles/DsCancelBtn'`; then
  915.     echo shar: \"'helpfiles/DsCancelBtn'\" unpacked with wrong size!
  916. fi
  917. # end of 'helpfiles/DsCancelBtn'
  918. fi
  919. if test -f 'helpfiles/DsOkBtn' -a "${1}" != "-c" ; then 
  920.   echo shar: Will not clobber existing file \"'helpfiles/DsOkBtn'\"
  921. else
  922. echo shar: Extracting \"'helpfiles/DsOkBtn'\" \(951 characters\)
  923. sed "s/^X//" >'helpfiles/DsOkBtn' <<'END_OF_FILE'
  924. X#
  925. X# @(#)DsOkBtn    1.3 93/09/28
  926. X#
  927. X#   xmcd - Motif(tm) CD Audio Player
  928. X#
  929. X#   Copyright (C) 1993  Ti Kan
  930. X#   E-mail: ti@amb.org
  931. X#
  932. X#   This program is free software; you can redistribute it and/or modify
  933. X#   it under the terms of the GNU General Public License as published by
  934. X#   the Free Software Foundation; either version 2 of the License, or
  935. X#   (at your option) any later version.
  936. X#
  937. X#   This program is distributed in the hope that it will be useful,
  938. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  939. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  940. X#   GNU General Public License for more details.
  941. X#
  942. X#   You should have received a copy of the GNU General Public License
  943. X#   along with this program; if not, write to the Free Software
  944. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  945. X#
  946. X#
  947. XDirectory Selector OK Button
  948. X
  949. XOnce you have chosen a desired CD Database directory,
  950. Xselect this button to proceed.
  951. END_OF_FILE
  952. if test 951 -ne `wc -c <'helpfiles/DsOkBtn'`; then
  953.     echo shar: \"'helpfiles/DsOkBtn'\" unpacked with wrong size!
  954. fi
  955. # end of 'helpfiles/DsOkBtn'
  956. fi
  957. if test -f 'helpfiles/DtCancelBtn' -a "${1}" != "-c" ; then 
  958.   echo shar: Will not clobber existing file \"'helpfiles/DtCancelBtn'\"
  959. else
  960. echo shar: Extracting \"'helpfiles/DtCancelBtn'\" \(1294 characters\)
  961. sed "s/^X//" >'helpfiles/DtCancelBtn' <<'END_OF_FILE'
  962. X#
  963. X# @(#)DtCancelBtn    1.2 93/09/28
  964. X#
  965. X#   xmcd - Motif(tm) CD Audio Player
  966. X#
  967. X#   Copyright (C) 1993  Ti Kan
  968. X#   E-mail: ti@amb.org
  969. X#
  970. X#   This program is free software; you can redistribute it and/or modify
  971. X#   it under the terms of the GNU General Public License as published by
  972. X#   the Free Software Foundation; either version 2 of the License, or
  973. X#   (at your option) any later version.
  974. X#
  975. X#   This program is distributed in the hope that it will be useful,
  976. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  977. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  978. X#   GNU General Public License for more details.
  979. X#
  980. X#   You should have received a copy of the GNU General Public License
  981. X#   along with this program; if not, write to the Free Software
  982. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  983. X#
  984. X#
  985. XExtended Track Information Cancel Button
  986. X
  987. XSelecting this button will cause the Extended Track
  988. XInformation window to pop-down.  Any change to the
  989. Xtext (pertaining to any track) since it was popped up
  990. Xwill be discarded.  The text will be restored to its
  991. Xoriginal state.
  992. X
  993. XTo pop the Extended Track Information window up again,
  994. Xselect the desired track in the Track List, then select
  995. Xthe Extended Track Information Button on the CD
  996. XDatabase/Program window.
  997. X
  998. END_OF_FILE
  999. if test 1294 -ne `wc -c <'helpfiles/DtCancelBtn'`; then
  1000.     echo shar: \"'helpfiles/DtCancelBtn'\" unpacked with wrong size!
  1001. fi
  1002. # end of 'helpfiles/DtCancelBtn'
  1003. fi
  1004. if test -f 'helpfiles/DtClrBtn' -a "${1}" != "-c" ; then 
  1005.   echo shar: Will not clobber existing file \"'helpfiles/DtClrBtn'\"
  1006. else
  1007. echo shar: Extracting \"'helpfiles/DtClrBtn'\" \(1169 characters\)
  1008. sed "s/^X//" >'helpfiles/DtClrBtn' <<'END_OF_FILE'
  1009. X#
  1010. X# @(#)DtClrBtn    1.3 93/09/28
  1011. X#
  1012. X#   xmcd - Motif(tm) CD Audio Player
  1013. X#
  1014. X#   Copyright (C) 1993  Ti Kan
  1015. X#   E-mail: ti@amb.org
  1016. X#
  1017. X#   This program is free software; you can redistribute it and/or modify
  1018. X#   it under the terms of the GNU General Public License as published by
  1019. X#   the Free Software Foundation; either version 2 of the License, or
  1020. X#   (at your option) any later version.
  1021. X#
  1022. X#   This program is distributed in the hope that it will be useful,
  1023. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1024. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1025. X#   GNU General Public License for more details.
  1026. X#
  1027. X#   You should have received a copy of the GNU General Public License
  1028. X#   along with this program; if not, write to the Free Software
  1029. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1030. X#
  1031. X#
  1032. XExtended Track Information Clear Button
  1033. X
  1034. XThis button will erase the Extended Information data
  1035. Xassociated with the chosen track of the currently loaded
  1036. Xdisc.  It will only cause the text area of the Extended
  1037. XDisc Information window to go blank, but will not actually
  1038. Xupdate the CD Database, unless you also select the "Save"
  1039. Xbutton.
  1040. END_OF_FILE
  1041. if test 1169 -ne `wc -c <'helpfiles/DtClrBtn'`; then
  1042.     echo shar: \"'helpfiles/DtClrBtn'\" unpacked with wrong size!
  1043. fi
  1044. # end of 'helpfiles/DtClrBtn'
  1045. fi
  1046. if test -f 'helpfiles/DtOkBtn' -a "${1}" != "-c" ; then 
  1047.   echo shar: Will not clobber existing file \"'helpfiles/DtOkBtn'\"
  1048. else
  1049. echo shar: Extracting \"'helpfiles/DtOkBtn'\" \(1205 characters\)
  1050. sed "s/^X//" >'helpfiles/DtOkBtn' <<'END_OF_FILE'
  1051. X#
  1052. X# @(#)DtOkBtn    1.4 93/09/28
  1053. X#
  1054. X#   xmcd - Motif(tm) CD Audio Player
  1055. X#
  1056. X#   Copyright (C) 1993  Ti Kan
  1057. X#   E-mail: ti@amb.org
  1058. X#
  1059. X#   This program is free software; you can redistribute it and/or modify
  1060. X#   it under the terms of the GNU General Public License as published by
  1061. X#   the Free Software Foundation; either version 2 of the License, or
  1062. X#   (at your option) any later version.
  1063. X#
  1064. X#   This program is distributed in the hope that it will be useful,
  1065. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1066. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1067. X#   GNU General Public License for more details.
  1068. X#
  1069. X#   You should have received a copy of the GNU General Public License
  1070. X#   along with this program; if not, write to the Free Software
  1071. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1072. X#
  1073. X#
  1074. XExtended Track Information OK Button
  1075. X
  1076. XSelecting this button will cause the Extended Track
  1077. XInformation window to pop-down.  Changes to the text
  1078. X(pertaining to any track) are preserved.
  1079. X
  1080. XTo pop the Extended Track Information window up again,
  1081. Xselect the desired track in the Track List, then select
  1082. Xthe Extended Track Information Button on the CD
  1083. XDatabase/Program window.
  1084. END_OF_FILE
  1085. if test 1205 -ne `wc -c <'helpfiles/DtOkBtn'`; then
  1086.     echo shar: \"'helpfiles/DtOkBtn'\" unpacked with wrong size!
  1087. fi
  1088. # end of 'helpfiles/DtOkBtn'
  1089. fi
  1090. if test -f 'helpfiles/EjectBtn' -a "${1}" != "-c" ; then 
  1091.   echo shar: Will not clobber existing file \"'helpfiles/EjectBtn'\"
  1092. else
  1093. echo shar: Extracting \"'helpfiles/EjectBtn'\" \(1894 characters\)
  1094. sed "s/^X//" >'helpfiles/EjectBtn' <<'END_OF_FILE'
  1095. X#
  1096. X# @(#)EjectBtn    1.4 93/09/28
  1097. X#
  1098. X#   xmcd - Motif(tm) CD Audio Player
  1099. X#
  1100. X#   Copyright (C) 1993  Ti Kan
  1101. X#   E-mail: ti@amb.org
  1102. X#
  1103. X#   This program is free software; you can redistribute it and/or modify
  1104. X#   it under the terms of the GNU General Public License as published by
  1105. X#   the Free Software Foundation; either version 2 of the License, or
  1106. X#   (at your option) any later version.
  1107. X#
  1108. X#   This program is distributed in the hope that it will be useful,
  1109. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1110. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1111. X#   GNU General Public License for more details.
  1112. X#
  1113. X#   You should have received a copy of the GNU General Public License
  1114. X#   along with this program; if not, write to the Free Software
  1115. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1116. X#
  1117. X#
  1118. XLoad/Eject Button
  1119. X
  1120. XSelect this button to load or eject the disc caddy.
  1121. XIf no disc is loaded, selecting this button will
  1122. Xcause Xmcd to attempt to load a caddy.  Otherwise,
  1123. Xthe caddy will be ejected.
  1124. X
  1125. XIf an eject operation is performed, Xmcd also starts
  1126. Xa polling sequence to detect the manual insertion of
  1127. Xanother CD.
  1128. X
  1129. XThis button may not be actually cause the disc to
  1130. Xload or eject on some CD-ROM drives, notably those
  1131. Xthat do not have a motorized caddy mechanism.  Many
  1132. XCD-ROM drives support motorized eject but not motorized
  1133. Xload.  In that event, you must manually load the caddy.
  1134. X
  1135. XIf you eject the disc manually (i.e., not using the
  1136. XLoad/Eject button on Xmcd, but on the drive itself),
  1137. Xyou may want to select this button after ejecting
  1138. Xanyway, because this notifies Xmcd that the disc has
  1139. Xbeen withdrawn so that it can update its internal states,
  1140. Xand start polling for a new disc to be inserted.
  1141. XOtherwise, the next disc will not be automatically
  1142. Xdetected by Xmcd when it is loaded.  You must select
  1143. Xthe Stop button once for Xmcd to reinitialize itself.
  1144. END_OF_FILE
  1145. if test 1894 -ne `wc -c <'helpfiles/EjectBtn'`; then
  1146.     echo shar: \"'helpfiles/EjectBtn'\" unpacked with wrong size!
  1147. fi
  1148. # end of 'helpfiles/EjectBtn'
  1149. fi
  1150. if test -f 'helpfiles/FfBtn' -a "${1}" != "-c" ; then 
  1151.   echo shar: Will not clobber existing file \"'helpfiles/FfBtn'\"
  1152. else
  1153. echo shar: Extracting \"'helpfiles/FfBtn'\" \(1425 characters\)
  1154. sed "s/^X//" >'helpfiles/FfBtn' <<'END_OF_FILE'
  1155. X#
  1156. X# @(#)FfBtn    1.4 93/09/28
  1157. X#
  1158. X#   xmcd - Motif(tm) CD Audio Player
  1159. X#
  1160. X#   Copyright (C) 1993  Ti Kan
  1161. X#   E-mail: ti@amb.org
  1162. X#
  1163. X#   This program is free software; you can redistribute it and/or modify
  1164. X#   it under the terms of the GNU General Public License as published by
  1165. X#   the Free Software Foundation; either version 2 of the License, or
  1166. X#   (at your option) any later version.
  1167. X#
  1168. X#   This program is distributed in the hope that it will be useful,
  1169. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1170. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1171. X#   GNU General Public License for more details.
  1172. X#
  1173. X#   You should have received a copy of the GNU General Public License
  1174. X#   along with this program; if not, write to the Free Software
  1175. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1176. X#
  1177. X#
  1178. XFast Forward Search Button
  1179. X
  1180. XSelect this button and hold it down to search forward
  1181. Xwhile audio playback is in progress.  You will hear
  1182. Xshort samples of the audio during the search.  When you
  1183. Xrelease the button, the search ends and normal playback
  1184. Xresumes at the new location.
  1185. X
  1186. XIf you hold the button down for longer than a certain
  1187. Xamount of time, the search speed increases.
  1188. X
  1189. XDuring shuffle or program mode, you cannot search beyond
  1190. Xthe end of the current playing track.
  1191. X
  1192. XIf the playback state is paused when the search operation
  1193. Xis started, the pause state will resume when the search
  1194. Xends.
  1195. END_OF_FILE
  1196. if test 1425 -ne `wc -c <'helpfiles/FfBtn'`; then
  1197.     echo shar: \"'helpfiles/FfBtn'\" unpacked with wrong size!
  1198. fi
  1199. # end of 'helpfiles/FfBtn'
  1200. fi
  1201. if test -f 'helpfiles/HelpBtn' -a "${1}" != "-c" ; then 
  1202.   echo shar: Will not clobber existing file \"'helpfiles/HelpBtn'\"
  1203. else
  1204. echo shar: Extracting \"'helpfiles/HelpBtn'\" \(4047 characters\)
  1205. sed "s/^X//" >'helpfiles/HelpBtn' <<'END_OF_FILE'
  1206. X#
  1207. X# @(#)HelpBtn    1.8 93/09/28
  1208. X#
  1209. X#   xmcd - Motif(tm) CD Audio Player
  1210. X#
  1211. X#   Copyright (C) 1993  Ti Kan
  1212. X#   E-mail: ti@amb.org
  1213. X#
  1214. X#   This program is free software; you can redistribute it and/or modify
  1215. X#   it under the terms of the GNU General Public License as published by
  1216. X#   the Free Software Foundation; either version 2 of the License, or
  1217. X#   (at your option) any later version.
  1218. X#
  1219. X#   This program is distributed in the hope that it will be useful,
  1220. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1221. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1222. X#   GNU General Public License for more details.
  1223. X#
  1224. X#   You should have received a copy of the GNU General Public License
  1225. X#   along with this program; if not, write to the Free Software
  1226. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1227. X#
  1228. X#
  1229. XHelp Button
  1230. X
  1231. XQuick help:
  1232. X------------------------------------------
  1233. XOn-line help is available for all Xmcd pushbuttons,
  1234. Xcontrols, indicators, text entry areas, and selection
  1235. Xlists.  To obtain help, position your pointer cursor
  1236. Xover any Xmcd feature, and click the pointer button 3.
  1237. XA pop-up help window will appear containing help text
  1238. Xpertaining to the item.
  1239. X------------------------------------------
  1240. X
  1241. XThe following is an overview of some of the general
  1242. Xfeatures and capabilities of Xmcd:
  1243. X
  1244. XXmcd is an application for the X Window System,
  1245. Xdeveloped using the OSF/Motif toolkit.  It is a player
  1246. Xof digital audio compact discs utilizing the CD-ROM
  1247. Xdrives connected to your computer.  The audio
  1248. Xline-output on your CD-ROM drive can be connected
  1249. Xdirectly to an external amplifier and speakers, or to
  1250. Xa sound board with a built-in mixer and amplifier.
  1251. XMany CD-ROM drives also have a headphone jack and
  1252. Xvolume control on the front panel.
  1253. X
  1254. XXmcd does not control a sound board, thus the mixer on
  1255. Xa sound board must be operated via a separate
  1256. Xapplication.
  1257. X
  1258. XXmcd is a full-featured CD audio utility, offering
  1259. Xvirtually every feature that is found on standalone
  1260. X"real" component stereo CD players, plus many others
  1261. Xnot easily implementable (or usable) on such a player.
  1262. XThe following is a list of features supported by Xmcd:
  1263. X
  1264. X- Standard audio functions: Stop, Play, Pause, Previous
  1265. X   Track, Next Track, Previous Index, Next Index,
  1266. X   Rewind and Fast forward searching with audio sample,
  1267. X   Eject and On/off.
  1268. X- Direct track access keypad.
  1269. X- Volume control.
  1270. X- Shuffle (random) play function.
  1271. X- Repeat function.
  1272. X- Sample function: Play a few seconds of each track.
  1273. X- A->B function: Repeat from selectable point A and B.
  1274. X- Eject inhibit function: To prevent someone from ejecting
  1275. X   the disc by pressing the button on the drive.
  1276. X- Track Program function: Play tracks in custom order.
  1277. X- CD database function: Allows you to store CD title/track
  1278. X   titles in database, and associate each disc with a
  1279. X   play program.  Displays the current playing disc title/
  1280. X   track information.  In addition, you can enter and display
  1281. X   arbitrary text associated with the disc or each track,
  1282. X   such as band information, lyrics, etc.
  1283. X- Track/Index/Time display: Selectable to display elapsed
  1284. X   time, remaining track time, or remaining disc time.
  1285. X- Status display: for current play status, A->B mode,
  1286. X   program mode, CD database.
  1287. X- Main window button face labels can be configured to
  1288. X   display pictorial symbols, or text with hotkey
  1289. X   mnemonics.
  1290. X- The complete application can be operated via the
  1291. X   keyboard with full support for keyboard traversal and
  1292. X   hotkeys.
  1293. X- All labels and messages can be customized to non-
  1294. X   English languages via X resources in the .Xdefaults
  1295. X   file.
  1296. X- All colors and many other functionality are user-
  1297. X   customizable using X resource settings.
  1298. X- On-line help information.
  1299. X- Device-specific configuration files to make xmcd
  1300. X   adaptible to various brands of CD-ROM drives.
  1301. X
  1302. X
  1303. XXmcd undergoes continuous development and is being
  1304. Xported to new operating system environments.  Your
  1305. Xsuggestions are appreciated.  Please e-mail all feedback
  1306. Xto the author at the following Internet e-mail address:
  1307. X
  1308. X   ti@amb.org
  1309. END_OF_FILE
  1310. if test 4047 -ne `wc -c <'helpfiles/HelpBtn'`; then
  1311.     echo shar: \"'helpfiles/HelpBtn'\" unpacked with wrong size!
  1312. fi
  1313. # end of 'helpfiles/HelpBtn'
  1314. fi
  1315. if test -f 'helpfiles/KeypadBtn' -a "${1}" != "-c" ; then 
  1316.   echo shar: Will not clobber existing file \"'helpfiles/KeypadBtn'\"
  1317. else
  1318. echo shar: Extracting \"'helpfiles/KeypadBtn'\" \(981 characters\)
  1319. sed "s/^X//" >'helpfiles/KeypadBtn' <<'END_OF_FILE'
  1320. X#
  1321. X# @(#)KeypadBtn    1.2 93/09/28
  1322. X#
  1323. X#   xmcd - Motif(tm) CD Audio Player
  1324. X#
  1325. X#   Copyright (C) 1993  Ti Kan
  1326. X#   E-mail: ti@amb.org
  1327. X#
  1328. X#   This program is free software; you can redistribute it and/or modify
  1329. X#   it under the terms of the GNU General Public License as published by
  1330. X#   the Free Software Foundation; either version 2 of the License, or
  1331. X#   (at your option) any later version.
  1332. X#
  1333. X#   This program is distributed in the hope that it will be useful,
  1334. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1335. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1336. X#   GNU General Public License for more details.
  1337. X#
  1338. X#   You should have received a copy of the GNU General Public License
  1339. X#   along with this program; if not, write to the Free Software
  1340. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1341. X#
  1342. X#
  1343. XKeypad Button
  1344. X
  1345. XSelect this button to pop-up a numeric keypad.  The
  1346. Xkeypad can be used to access a track directly by entering
  1347. Xthe track number.
  1348. END_OF_FILE
  1349. if test 981 -ne `wc -c <'helpfiles/KeypadBtn'`; then
  1350.     echo shar: \"'helpfiles/KeypadBtn'\" unpacked with wrong size!
  1351. fi
  1352. # end of 'helpfiles/KeypadBtn'
  1353. fi
  1354. if test -f 'helpfiles/KpCancelBtn' -a "${1}" != "-c" ; then 
  1355.   echo shar: Will not clobber existing file \"'helpfiles/KpCancelBtn'\"
  1356. else
  1357. echo shar: Extracting \"'helpfiles/KpCancelBtn'\" \(980 characters\)
  1358. sed "s/^X//" >'helpfiles/KpCancelBtn' <<'END_OF_FILE'
  1359. X#
  1360. X# @(#)KpCancelBtn    1.2 93/09/28
  1361. X#
  1362. X#   xmcd - Motif(tm) CD Audio Player
  1363. X#
  1364. X#   Copyright (C) 1993  Ti Kan
  1365. X#   E-mail: ti@amb.org
  1366. X#
  1367. X#   This program is free software; you can redistribute it and/or modify
  1368. X#   it under the terms of the GNU General Public License as published by
  1369. X#   the Free Software Foundation; either version 2 of the License, or
  1370. X#   (at your option) any later version.
  1371. X#
  1372. X#   This program is distributed in the hope that it will be useful,
  1373. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1374. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1375. X#   GNU General Public License for more details.
  1376. X#
  1377. X#   You should have received a copy of the GNU General Public License
  1378. X#   along with this program; if not, write to the Free Software
  1379. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1380. X#
  1381. X#
  1382. XKeypad Cancel Button
  1383. X
  1384. XThis button is used to pop-down the Keypad window.
  1385. XTo pop it up again, use the Keypad button on the
  1386. XXmcd main window.
  1387. END_OF_FILE
  1388. if test 980 -ne `wc -c <'helpfiles/KpCancelBtn'`; then
  1389.     echo shar: \"'helpfiles/KpCancelBtn'\" unpacked with wrong size!
  1390. fi
  1391. # end of 'helpfiles/KpCancelBtn'
  1392. fi
  1393. if test -f 'helpfiles/KpClearBtn' -a "${1}" != "-c" ; then 
  1394.   echo shar: Will not clobber existing file \"'helpfiles/KpClearBtn'\"
  1395. else
  1396. echo shar: Extracting \"'helpfiles/KpClearBtn'\" \(1022 characters\)
  1397. sed "s/^X//" >'helpfiles/KpClearBtn' <<'END_OF_FILE'
  1398. X#
  1399. X# @(#)KpClearBtn    1.2 93/09/28
  1400. X#
  1401. X#   xmcd - Motif(tm) CD Audio Player
  1402. X#
  1403. X#   Copyright (C) 1993  Ti Kan
  1404. X#   E-mail: ti@amb.org
  1405. X#
  1406. X#   This program is free software; you can redistribute it and/or modify
  1407. X#   it under the terms of the GNU General Public License as published by
  1408. X#   the Free Software Foundation; either version 2 of the License, or
  1409. X#   (at your option) any later version.
  1410. X#
  1411. X#   This program is distributed in the hope that it will be useful,
  1412. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1413. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1414. X#   GNU General Public License for more details.
  1415. X#
  1416. X#   You should have received a copy of the GNU General Public License
  1417. X#   along with this program; if not, write to the Free Software
  1418. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1419. X#
  1420. X#
  1421. XKeypad Clear Button
  1422. X
  1423. XSelecting this button will clear the keypad track number.
  1424. X
  1425. XIf you make a mistake when entering a track number using
  1426. Xthe keypad, clear it and re-enter the number.
  1427. END_OF_FILE
  1428. if test 1022 -ne `wc -c <'helpfiles/KpClearBtn'`; then
  1429.     echo shar: \"'helpfiles/KpClearBtn'\" unpacked with wrong size!
  1430. fi
  1431. # end of 'helpfiles/KpClearBtn'
  1432. fi
  1433. if test -f 'helpfiles/KpEnterBtn' -a "${1}" != "-c" ; then 
  1434.   echo shar: Will not clobber existing file \"'helpfiles/KpEnterBtn'\"
  1435. else
  1436. echo shar: Extracting \"'helpfiles/KpEnterBtn'\" \(1177 characters\)
  1437. sed "s/^X//" >'helpfiles/KpEnterBtn' <<'END_OF_FILE'
  1438. X#
  1439. X# @(#)KpEnterBtn    1.2 93/09/28
  1440. X#
  1441. X#   xmcd - Motif(tm) CD Audio Player
  1442. X#
  1443. X#   Copyright (C) 1993  Ti Kan
  1444. X#   E-mail: ti@amb.org
  1445. X#
  1446. X#   This program is free software; you can redistribute it and/or modify
  1447. X#   it under the terms of the GNU General Public License as published by
  1448. X#   the Free Software Foundation; either version 2 of the License, or
  1449. X#   (at your option) any later version.
  1450. X#
  1451. X#   This program is distributed in the hope that it will be useful,
  1452. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1453. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1454. X#   GNU General Public License for more details.
  1455. X#
  1456. X#   You should have received a copy of the GNU General Public License
  1457. X#   along with this program; if not, write to the Free Software
  1458. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1459. X#
  1460. X#
  1461. XKeypad Enter Button
  1462. X
  1463. XWhen you have entered a valid track number using the
  1464. Xkeypad number buttons, select this button to start
  1465. Xaudio playback at the designated track.  If the track
  1466. Xnumber is invalid, it will be rejected.
  1467. X
  1468. XIf Shuffle or Program playback is in progress, it will
  1469. Xbe canceled when you access a track directly using the
  1470. Xkeypad.
  1471. END_OF_FILE
  1472. if test 1177 -ne `wc -c <'helpfiles/KpEnterBtn'`; then
  1473.     echo shar: \"'helpfiles/KpEnterBtn'\" unpacked with wrong size!
  1474. fi
  1475. # end of 'helpfiles/KpEnterBtn'
  1476. fi
  1477. if test -f 'helpfiles/KpNumBtn' -a "${1}" != "-c" ; then 
  1478.   echo shar: Will not clobber existing file \"'helpfiles/KpNumBtn'\"
  1479. else
  1480. echo shar: Extracting \"'helpfiles/KpNumBtn'\" \(1134 characters\)
  1481. sed "s/^X//" >'helpfiles/KpNumBtn' <<'END_OF_FILE'
  1482. X#
  1483. X# @(#)KpNumBtn    1.2 93/09/28
  1484. X#
  1485. X#   xmcd - Motif(tm) CD Audio Player
  1486. X#
  1487. X#   Copyright (C) 1993  Ti Kan
  1488. X#   E-mail: ti@amb.org
  1489. X#
  1490. X#   This program is free software; you can redistribute it and/or modify
  1491. X#   it under the terms of the GNU General Public License as published by
  1492. X#   the Free Software Foundation; either version 2 of the License, or
  1493. X#   (at your option) any later version.
  1494. X#
  1495. X#   This program is distributed in the hope that it will be useful,
  1496. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1497. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1498. X#   GNU General Public License for more details.
  1499. X#
  1500. X#   You should have received a copy of the GNU General Public License
  1501. X#   along with this program; if not, write to the Free Software
  1502. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1503. X#
  1504. X#
  1505. XKeypad Number Buttons
  1506. X
  1507. XUse these buttons to enter the desired track number
  1508. Xto start playback from.  The numbers appear in the
  1509. XKeypad Track Indicator as you enter them.  When you
  1510. Xhave finished entering the track numbers, select the
  1511. XEnter button to start the audio playback at the
  1512. Xdesignated track.
  1513. END_OF_FILE
  1514. if test 1134 -ne `wc -c <'helpfiles/KpNumBtn'`; then
  1515.     echo shar: \"'helpfiles/KpNumBtn'\" unpacked with wrong size!
  1516. fi
  1517. # end of 'helpfiles/KpNumBtn'
  1518. fi
  1519. if test -f 'helpfiles/LsCancelBtn' -a "${1}" != "-c" ; then 
  1520.   echo shar: Will not clobber existing file \"'helpfiles/LsCancelBtn'\"
  1521. else
  1522. echo shar: Extracting \"'helpfiles/LsCancelBtn'\" \(1050 characters\)
  1523. sed "s/^X//" >'helpfiles/LsCancelBtn' <<'END_OF_FILE'
  1524. X#
  1525. X# @(#)LsCancelBtn    1.2 93/09/28
  1526. X#
  1527. X#   xmcd - Motif(tm) CD Audio Player
  1528. X#
  1529. X#   Copyright (C) 1993  Ti Kan
  1530. X#   E-mail: ti@amb.org
  1531. X#
  1532. X#   This program is free software; you can redistribute it and/or modify
  1533. X#   it under the terms of the GNU General Public License as published by
  1534. X#   the Free Software Foundation; either version 2 of the License, or
  1535. X#   (at your option) any later version.
  1536. X#
  1537. X#   This program is distributed in the hope that it will be useful,
  1538. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1539. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1540. X#   GNU General Public License for more details.
  1541. X#
  1542. X#   You should have received a copy of the GNU General Public License
  1543. X#   along with this program; if not, write to the Free Software
  1544. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1545. X#
  1546. X#
  1547. XLink Selector Cancel Button
  1548. X
  1549. XSelect this button to cancel the Link Selector
  1550. Xwindow and abort the CD Database search operation.
  1551. X
  1552. XTo choose an entry, select one of the displayed
  1553. Xchoices and select the OK button.
  1554. END_OF_FILE
  1555. if test 1050 -ne `wc -c <'helpfiles/LsCancelBtn'`; then
  1556.     echo shar: \"'helpfiles/LsCancelBtn'\" unpacked with wrong size!
  1557. fi
  1558. # end of 'helpfiles/LsCancelBtn'
  1559. fi
  1560. if test -f 'helpfiles/LsOkBtn' -a "${1}" != "-c" ; then 
  1561.   echo shar: Will not clobber existing file \"'helpfiles/LsOkBtn'\"
  1562. else
  1563. echo shar: Extracting \"'helpfiles/LsOkBtn'\" \(953 characters\)
  1564. sed "s/^X//" >'helpfiles/LsOkBtn' <<'END_OF_FILE'
  1565. X#
  1566. X# @(#)LsOkBtn    1.2 93/09/28
  1567. X#
  1568. X#   xmcd - Motif(tm) CD Audio Player
  1569. X#
  1570. X#   Copyright (C) 1993  Ti Kan
  1571. X#   E-mail: ti@amb.org
  1572. X#
  1573. X#   This program is free software; you can redistribute it and/or modify
  1574. X#   it under the terms of the GNU General Public License as published by
  1575. X#   the Free Software Foundation; either version 2 of the License, or
  1576. X#   (at your option) any later version.
  1577. X#
  1578. X#   This program is distributed in the hope that it will be useful,
  1579. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1580. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1581. X#   GNU General Public License for more details.
  1582. X#
  1583. X#   You should have received a copy of the GNU General Public License
  1584. X#   along with this program; if not, write to the Free Software
  1585. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1586. X#
  1587. X#
  1588. XLink Selector OK Button
  1589. X
  1590. XOnce you have chosen a desired CD Database entry
  1591. Xto link to, select this button to proceed.
  1592. END_OF_FILE
  1593. if test 953 -ne `wc -c <'helpfiles/LsOkBtn'`; then
  1594.     echo shar: \"'helpfiles/LsOkBtn'\" unpacked with wrong size!
  1595. fi
  1596. # end of 'helpfiles/LsOkBtn'
  1597. fi
  1598. if test -f 'helpfiles/NextIdxBtn' -a "${1}" != "-c" ; then 
  1599.   echo shar: Will not clobber existing file \"'helpfiles/NextIdxBtn'\"
  1600. else
  1601. echo shar: Extracting \"'helpfiles/NextIdxBtn'\" \(1426 characters\)
  1602. sed "s/^X//" >'helpfiles/NextIdxBtn' <<'END_OF_FILE'
  1603. X#
  1604. X# @(#)NextIdxBtn    1.2 93/09/28
  1605. X#
  1606. X#   xmcd - Motif(tm) CD Audio Player
  1607. X#
  1608. X#   Copyright (C) 1993  Ti Kan
  1609. X#   E-mail: ti@amb.org
  1610. X#
  1611. X#   This program is free software; you can redistribute it and/or modify
  1612. X#   it under the terms of the GNU General Public License as published by
  1613. X#   the Free Software Foundation; either version 2 of the License, or
  1614. X#   (at your option) any later version.
  1615. X#
  1616. X#   This program is distributed in the hope that it will be useful,
  1617. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1618. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1619. X#   GNU General Public License for more details.
  1620. X#
  1621. X#   You should have received a copy of the GNU General Public License
  1622. X#   along with this program; if not, write to the Free Software
  1623. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1624. X#
  1625. X#
  1626. XNext Index Button
  1627. X
  1628. XSelect this button to skip to the next index.
  1629. XThis control is normally used only when there
  1630. Xare indices within a track.  Most CDs do not
  1631. Xcontain such indices.  The behavior when you
  1632. Xselect this button on a track with no index is
  1633. XCD-ROM drive-dependent.
  1634. X
  1635. XYou can use this button only when normal audio
  1636. Xplayback is in progress.  You cannot use this
  1637. Xbutton during Shuffle or Program playback.
  1638. X
  1639. XIf the playback state is paused when you use
  1640. Xthis button, the state will remain paused when
  1641. Xyou change to a new index.
  1642. X
  1643. XThis button may not be functional on some CD-ROM
  1644. Xdrives.
  1645. END_OF_FILE
  1646. if test 1426 -ne `wc -c <'helpfiles/NextIdxBtn'`; then
  1647.     echo shar: \"'helpfiles/NextIdxBtn'\" unpacked with wrong size!
  1648. fi
  1649. # end of 'helpfiles/NextIdxBtn'
  1650. fi
  1651. if test -f 'helpfiles/NextTrkBtn' -a "${1}" != "-c" ; then 
  1652.   echo shar: Will not clobber existing file \"'helpfiles/NextTrkBtn'\"
  1653. else
  1654. echo shar: Extracting \"'helpfiles/NextTrkBtn'\" \(1504 characters\)
  1655. sed "s/^X//" >'helpfiles/NextTrkBtn' <<'END_OF_FILE'
  1656. X#
  1657. X# @(#)NextTrkBtn    1.2 93/09/28
  1658. X#
  1659. X#   xmcd - Motif(tm) CD Audio Player
  1660. X#
  1661. X#   Copyright (C) 1993  Ti Kan
  1662. X#   E-mail: ti@amb.org
  1663. X#
  1664. X#   This program is free software; you can redistribute it and/or modify
  1665. X#   it under the terms of the GNU General Public License as published by
  1666. X#   the Free Software Foundation; either version 2 of the License, or
  1667. X#   (at your option) any later version.
  1668. X#
  1669. X#   This program is distributed in the hope that it will be useful,
  1670. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1671. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1672. X#   GNU General Public License for more details.
  1673. X#
  1674. X#   You should have received a copy of the GNU General Public License
  1675. X#   along with this program; if not, write to the Free Software
  1676. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1677. X#
  1678. X#
  1679. XNext Track Button
  1680. X
  1681. XSelect this button to skip to the next track.
  1682. XThe "next" track is the track with the next higher
  1683. Xtrack number in normal playback mode, or the next
  1684. Xtrack in the play sequence in the Shuffle or Program
  1685. Xmodes.
  1686. X
  1687. XYou may use this button during audio playback to
  1688. Xeffect the track change immediately, or, in normal
  1689. Xplayback mode only, change the track number while
  1690. Xstopped, then select the Play/Pause button to start
  1691. Xplayback at the designated track.
  1692. X
  1693. XIf you are already on the last track, selecting
  1694. Xthis button will have no effect.
  1695. X
  1696. XIf the playback state is paused when you use this
  1697. Xbutton, the state will remain paused when you change
  1698. Xto a new track.
  1699. END_OF_FILE
  1700. if test 1504 -ne `wc -c <'helpfiles/NextTrkBtn'`; then
  1701.     echo shar: \"'helpfiles/NextTrkBtn'\" unpacked with wrong size!
  1702. fi
  1703. # end of 'helpfiles/NextTrkBtn'
  1704. fi
  1705. if test -f 'helpfiles/PlayPauseBtn' -a "${1}" != "-c" ; then 
  1706.   echo shar: Will not clobber existing file \"'helpfiles/PlayPauseBtn'\"
  1707. else
  1708. echo shar: Extracting \"'helpfiles/PlayPauseBtn'\" \(1515 characters\)
  1709. sed "s/^X//" >'helpfiles/PlayPauseBtn' <<'END_OF_FILE'
  1710. X#
  1711. X# @(#)PlayPauseBtn    1.2 93/09/28
  1712. X#
  1713. X#   xmcd - Motif(tm) CD Audio Player
  1714. X#
  1715. X#   Copyright (C) 1993  Ti Kan
  1716. X#   E-mail: ti@amb.org
  1717. X#
  1718. X#   This program is free software; you can redistribute it and/or modify
  1719. X#   it under the terms of the GNU General Public License as published by
  1720. X#   the Free Software Foundation; either version 2 of the License, or
  1721. X#   (at your option) any later version.
  1722. X#
  1723. X#   This program is distributed in the hope that it will be useful,
  1724. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1725. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1726. X#   GNU General Public License for more details.
  1727. X#
  1728. X#   You should have received a copy of the GNU General Public License
  1729. X#   along with this program; if not, write to the Free Software
  1730. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1731. X#
  1732. X#
  1733. XPlay / Pause Button
  1734. X
  1735. XSelect this button to start audio playback.  When
  1736. Xaudio playback is already in progress, selecting
  1737. Xthis button causes the playback to pause.  If the
  1738. Xbutton is selected during paused state, audio playback
  1739. Xwill resume.
  1740. X
  1741. XIf Shuffle mode is enabled, the CD tracks will be
  1742. Xplayed in a non-repeating random order.  If Repeat
  1743. Xmode is enabled, the playback will repeat after
  1744. Xcompletion.  If both modes are enabled, then the
  1745. Xshuffle sequence will be re-randomized before each
  1746. Xrepeat playback.
  1747. X
  1748. XFor Program playback, use the "Play Program" button
  1749. Xin the CD Database/Program Editor window instead of
  1750. Xthis button.
  1751. X
  1752. XYou can use this button only when a CD is loaded.
  1753. END_OF_FILE
  1754. if test 1515 -ne `wc -c <'helpfiles/PlayPauseBtn'`; then
  1755.     echo shar: \"'helpfiles/PlayPauseBtn'\" unpacked with wrong size!
  1756. fi
  1757. # end of 'helpfiles/PlayPauseBtn'
  1758. fi
  1759. if test -f 'helpfiles/PowerBtn' -a "${1}" != "-c" ; then 
  1760.   echo shar: Will not clobber existing file \"'helpfiles/PowerBtn'\"
  1761. else
  1762. echo shar: Extracting \"'helpfiles/PowerBtn'\" \(1071 characters\)
  1763. sed "s/^X//" >'helpfiles/PowerBtn' <<'END_OF_FILE'
  1764. X#
  1765. X# @(#)PowerBtn    1.3 93/09/28
  1766. X#
  1767. X#   xmcd - Motif(tm) CD Audio Player
  1768. X#
  1769. X#   Copyright (C) 1993  Ti Kan
  1770. X#   E-mail: ti@amb.org
  1771. X#
  1772. X#   This program is free software; you can redistribute it and/or modify
  1773. X#   it under the terms of the GNU General Public License as published by
  1774. X#   the Free Software Foundation; either version 2 of the License, or
  1775. X#   (at your option) any later version.
  1776. X#
  1777. X#   This program is distributed in the hope that it will be useful,
  1778. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1779. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1780. X#   GNU General Public License for more details.
  1781. X#
  1782. X#   You should have received a copy of the GNU General Public License
  1783. X#   along with this program; if not, write to the Free Software
  1784. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1785. X#
  1786. X#
  1787. XPower Off Button
  1788. X
  1789. XSelect this button to quit Xmcd.  A dialog box will appear
  1790. Xto ask you to confirm the exit.  If the caddy lock was
  1791. Xpreviously enabled, the lock will be disengaged.  If
  1792. Xso configured, the CD will either stop or eject.
  1793. END_OF_FILE
  1794. if test 1071 -ne `wc -c <'helpfiles/PowerBtn'`; then
  1795.     echo shar: \"'helpfiles/PowerBtn'\" unpacked with wrong size!
  1796. fi
  1797. # end of 'helpfiles/PowerBtn'
  1798. fi
  1799. if test -f 'helpfiles/PrevIdxBtn' -a "${1}" != "-c" ; then 
  1800.   echo shar: Will not clobber existing file \"'helpfiles/PrevIdxBtn'\"
  1801. else
  1802. echo shar: Extracting \"'helpfiles/PrevIdxBtn'\" \(1699 characters\)
  1803. sed "s/^X//" >'helpfiles/PrevIdxBtn' <<'END_OF_FILE'
  1804. X#
  1805. X# @(#)PrevIdxBtn    1.2 93/09/28
  1806. X#
  1807. X#   xmcd - Motif(tm) CD Audio Player
  1808. X#
  1809. X#   Copyright (C) 1993  Ti Kan
  1810. X#   E-mail: ti@amb.org
  1811. X#
  1812. X#   This program is free software; you can redistribute it and/or modify
  1813. X#   it under the terms of the GNU General Public License as published by
  1814. X#   the Free Software Foundation; either version 2 of the License, or
  1815. X#   (at your option) any later version.
  1816. X#
  1817. X#   This program is distributed in the hope that it will be useful,
  1818. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1819. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1820. X#   GNU General Public License for more details.
  1821. X#
  1822. X#   You should have received a copy of the GNU General Public License
  1823. X#   along with this program; if not, write to the Free Software
  1824. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1825. X#
  1826. X#
  1827. XPrevious Index Button
  1828. X
  1829. XSelect this button to skip to the previous index.
  1830. XThis control is normally used only when there are
  1831. Xindices within a track.  Most CDs do not contain such
  1832. Xindices.  The behavior when you select this button
  1833. Xon a track with no index is CD-ROM drive-dependent.
  1834. X
  1835. XIf the current position is near the beginning of the
  1836. Xstart of the current index, then "previous" index is
  1837. Xconsidered to be the index with the next lower index
  1838. Xnumber.  Otherwise, using this button will restart
  1839. Xthe playback from the beginning of the current index.
  1840. X
  1841. XYou can use this button only when normal audio
  1842. Xplayback is in progress.  You cannot use this button
  1843. Xduring Shuffle or Program playback.
  1844. X
  1845. XIf the playback state is paused when you use this
  1846. Xbutton, the state will remain paused when you change
  1847. Xto a new index.
  1848. X
  1849. XThis button may not be functional on some CD-ROM
  1850. Xdrives.
  1851. END_OF_FILE
  1852. if test 1699 -ne `wc -c <'helpfiles/PrevIdxBtn'`; then
  1853.     echo shar: \"'helpfiles/PrevIdxBtn'\" unpacked with wrong size!
  1854. fi
  1855. # end of 'helpfiles/PrevIdxBtn'
  1856. fi
  1857. if test -f 'helpfiles/PrevTrkBtn' -a "${1}" != "-c" ; then 
  1858.   echo shar: Will not clobber existing file \"'helpfiles/PrevTrkBtn'\"
  1859. else
  1860. echo shar: Extracting \"'helpfiles/PrevTrkBtn'\" \(1687 characters\)
  1861. sed "s/^X//" >'helpfiles/PrevTrkBtn' <<'END_OF_FILE'
  1862. X#
  1863. X# @(#)PrevTrkBtn    1.2 93/09/28
  1864. X#
  1865. X#   xmcd - Motif(tm) CD Audio Player
  1866. X#
  1867. X#   Copyright (C) 1993  Ti Kan
  1868. X#   E-mail: ti@amb.org
  1869. X#
  1870. X#   This program is free software; you can redistribute it and/or modify
  1871. X#   it under the terms of the GNU General Public License as published by
  1872. X#   the Free Software Foundation; either version 2 of the License, or
  1873. X#   (at your option) any later version.
  1874. X#
  1875. X#   This program is distributed in the hope that it will be useful,
  1876. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1877. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1878. X#   GNU General Public License for more details.
  1879. X#
  1880. X#   You should have received a copy of the GNU General Public License
  1881. X#   along with this program; if not, write to the Free Software
  1882. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1883. X#
  1884. X#
  1885. XPrevious Track Button
  1886. X
  1887. XSelect this button to skip to the previous track.
  1888. XIf the current position is near the beginning of
  1889. Xthe current track, then the "previous" track is the
  1890. Xtrack with the next lower track number in normal
  1891. Xplayback mode, or the previous track in the play
  1892. Xsequence in the Shuffle or Program modes.  Otherwise,
  1893. Xthis button will cause playback to start from the
  1894. Xbeginning of the current track.
  1895. X
  1896. XYou may use this button during audio playback to
  1897. Xeffect the track change immediately, or, in normal
  1898. Xplayback mode only, change the track number while
  1899. Xstopped, then select the Play/Pause button to start
  1900. Xplayback at the designated track.
  1901. X
  1902. XIf you are already on the first track, selecting
  1903. Xthis button will have no effect.
  1904. X
  1905. XIf the playback state is paused when you use this
  1906. Xbutton, the state will remain paused when you change
  1907. Xto a new track.
  1908. END_OF_FILE
  1909. if test 1687 -ne `wc -c <'helpfiles/PrevTrkBtn'`; then
  1910.     echo shar: \"'helpfiles/PrevTrkBtn'\" unpacked with wrong size!
  1911. fi
  1912. # end of 'helpfiles/PrevTrkBtn'
  1913. fi
  1914. if test -f 'helpfiles/RewBtn' -a "${1}" != "-c" ; then 
  1915.   echo shar: Will not clobber existing file \"'helpfiles/RewBtn'\"
  1916. else
  1917. echo shar: Extracting \"'helpfiles/RewBtn'\" \(1427 characters\)
  1918. sed "s/^X//" >'helpfiles/RewBtn' <<'END_OF_FILE'
  1919. X#
  1920. X# @(#)RewBtn    1.4 93/09/28
  1921. X#
  1922. X#   xmcd - Motif(tm) CD Audio Player
  1923. X#
  1924. X#   Copyright (C) 1993  Ti Kan
  1925. X#   E-mail: ti@amb.org
  1926. X#
  1927. X#   This program is free software; you can redistribute it and/or modify
  1928. X#   it under the terms of the GNU General Public License as published by
  1929. X#   the Free Software Foundation; either version 2 of the License, or
  1930. X#   (at your option) any later version.
  1931. X#
  1932. X#   This program is distributed in the hope that it will be useful,
  1933. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1934. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1935. X#   GNU General Public License for more details.
  1936. X#
  1937. X#   You should have received a copy of the GNU General Public License
  1938. X#   along with this program; if not, write to the Free Software
  1939. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1940. X#
  1941. X#
  1942. XRewind Search Button
  1943. X
  1944. XSelect this button and hold it down to search backward
  1945. Xwhile audio playback is in progress.  You will hear
  1946. Xshort samples of the audio during the search.  When you
  1947. Xrelease the button, the search ends and normal playback
  1948. Xresumes at the new location.
  1949. X
  1950. XIf you hold the button down for longer than a certain
  1951. Xamount of time, the search speed increases.
  1952. X
  1953. XDuring shuffle or program mode, you cannot search beyond
  1954. Xthe beginning of the current playing track.
  1955. X
  1956. XIf the playback state is paused when the search operation
  1957. Xis started, the pause state will resume when the search
  1958. Xends.
  1959. END_OF_FILE
  1960. if test 1427 -ne `wc -c <'helpfiles/RewBtn'`; then
  1961.     echo shar: \"'helpfiles/RewBtn'\" unpacked with wrong size!
  1962. fi
  1963. # end of 'helpfiles/RewBtn'
  1964. fi
  1965. if test -f 'helpfiles/SampleBtn' -a "${1}" != "-c" ; then 
  1966.   echo shar: Will not clobber existing file \"'helpfiles/SampleBtn'\"
  1967. else
  1968. echo shar: Extracting \"'helpfiles/SampleBtn'\" \(1390 characters\)
  1969. sed "s/^X//" >'helpfiles/SampleBtn' <<'END_OF_FILE'
  1970. X#
  1971. X# @(#)SampleBtn    1.2 93/09/28
  1972. X#
  1973. X#   xmcd - Motif(tm) CD Audio Player
  1974. X#
  1975. X#   Copyright (C) 1993  Ti Kan
  1976. X#   E-mail: ti@amb.org
  1977. X#
  1978. X#   This program is free software; you can redistribute it and/or modify
  1979. X#   it under the terms of the GNU General Public License as published by
  1980. X#   the Free Software Foundation; either version 2 of the License, or
  1981. X#   (at your option) any later version.
  1982. X#
  1983. X#   This program is distributed in the hope that it will be useful,
  1984. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1985. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1986. X#   GNU General Public License for more details.
  1987. X#
  1988. X#   You should have received a copy of the GNU General Public License
  1989. X#   along with this program; if not, write to the Free Software
  1990. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1991. X#
  1992. X#
  1993. XSample Mode Button
  1994. X
  1995. XSelect this button to cause Xmcd to play only a few
  1996. Xseconds of each track.  If audio playback is already
  1997. Xin progress, the sample will start on the next track,
  1998. Xexcept if the current track is the last track, then
  1999. Xthe sample will start from the first track.
  2000. X
  2001. XDuring sample playback mode, the Play Mode Indicator
  2002. Xindicates the label "sample".
  2003. X
  2004. XTo cancel sample playback, select this button a
  2005. Xsecond time, or select the Play Pause button.
  2006. X
  2007. XYou cannot use the Sample feature in Shuffle mode,
  2008. XProgram mode, or when the playback is paused.
  2009. END_OF_FILE
  2010. if test 1390 -ne `wc -c <'helpfiles/SampleBtn'`; then
  2011.     echo shar: \"'helpfiles/SampleBtn'\" unpacked with wrong size!
  2012. fi
  2013. # end of 'helpfiles/SampleBtn'
  2014. fi
  2015. if test -f 'helpfiles/StopBtn' -a "${1}" != "-c" ; then 
  2016.   echo shar: Will not clobber existing file \"'helpfiles/StopBtn'\"
  2017. else
  2018. echo shar: Extracting \"'helpfiles/StopBtn'\" \(1169 characters\)
  2019. sed "s/^X//" >'helpfiles/StopBtn' <<'END_OF_FILE'
  2020. X#
  2021. X# @(#)StopBtn    1.2 93/09/28
  2022. X#
  2023. X#   xmcd - Motif(tm) CD Audio Player
  2024. X#
  2025. X#   Copyright (C) 1993  Ti Kan
  2026. X#   E-mail: ti@amb.org
  2027. X#
  2028. X#   This program is free software; you can redistribute it and/or modify
  2029. X#   it under the terms of the GNU General Public License as published by
  2030. X#   the Free Software Foundation; either version 2 of the License, or
  2031. X#   (at your option) any later version.
  2032. X#
  2033. X#   This program is distributed in the hope that it will be useful,
  2034. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  2035. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2036. X#   GNU General Public License for more details.
  2037. X#
  2038. X#   You should have received a copy of the GNU General Public License
  2039. X#   along with this program; if not, write to the Free Software
  2040. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  2041. X#
  2042. X#
  2043. XStop Button
  2044. X
  2045. XSelect this button to stop audio playback and spin
  2046. Xdown the CD.
  2047. X
  2048. XSelecting this button will also cause Xmcd to check
  2049. Xif a new disc has been inserted, and update its
  2050. Xinternal states.  This is useful if a disc is removed
  2051. Xfrom the CD-ROM drive manually (i.e., not using the
  2052. XEject button of Xmcd), and a new disc is loaded.
  2053. END_OF_FILE
  2054. if test 1169 -ne `wc -c <'helpfiles/StopBtn'`; then
  2055.     echo shar: \"'helpfiles/StopBtn'\" unpacked with wrong size!
  2056. fi
  2057. # end of 'helpfiles/StopBtn'
  2058. fi
  2059. if test -f 'helpfiles/TimeBtn' -a "${1}" != "-c" ; then 
  2060.   echo shar: Will not clobber existing file \"'helpfiles/TimeBtn'\"
  2061. else
  2062. echo shar: Extracting \"'helpfiles/TimeBtn'\" \(1356 characters\)
  2063. sed "s/^X//" >'helpfiles/TimeBtn' <<'END_OF_FILE'
  2064. X#
  2065. X# @(#)TimeBtn    1.2 93/09/28
  2066. X#
  2067. X#   xmcd - Motif(tm) CD Audio Player
  2068. X#
  2069. X#   Copyright (C) 1993  Ti Kan
  2070. X#   E-mail: ti@amb.org
  2071. X#
  2072. X#   This program is free software; you can redistribute it and/or modify
  2073. X#   it under the terms of the GNU General Public License as published by
  2074. X#   the Free Software Foundation; either version 2 of the License, or
  2075. X#   (at your option) any later version.
  2076. X#
  2077. X#   This program is distributed in the hope that it will be useful,
  2078. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  2079. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2080. X#   GNU General Public License for more details.
  2081. X#
  2082. X#   You should have received a copy of the GNU General Public License
  2083. X#   along with this program; if not, write to the Free Software
  2084. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  2085. X#
  2086. X#
  2087. XTime Display Mode Button
  2088. X
  2089. XUse this button to select the mode of the track and
  2090. Xtime displays on the Xmcd main window indicator area.
  2091. XThe available modes as as follows:
  2092. X
  2093. X- elapse    The elapsed time of the current track
  2094. X- r-trac    Remaining time of the current track
  2095. X- r-disc    Total remaining time
  2096. X
  2097. XIn r-disc mode, the Track Number Indicator shows the
  2098. Xnumber of tracks remaining instead of the current track
  2099. Xnumber.
  2100. X
  2101. XSelect this button to change the display mode.  The
  2102. Xcurrent selected mode is shown in the Time Mode
  2103. XIndicator.
  2104. END_OF_FILE
  2105. if test 1356 -ne `wc -c <'helpfiles/TimeBtn'`; then
  2106.     echo shar: \"'helpfiles/TimeBtn'\" unpacked with wrong size!
  2107. fi
  2108. # end of 'helpfiles/TimeBtn'
  2109. fi
  2110. if test -f 'helpfiles/CheckBox' -a "${1}" != "-c" ; then 
  2111.   echo shar: Will not clobber existing file \"'helpfiles/CheckBox'\"
  2112. else
  2113. echo shar: Extracting \"'helpfiles/CheckBox'\" \(3075 characters\)
  2114. sed "s/^X//" >'helpfiles/CheckBox' <<'END_OF_FILE'
  2115. X#
  2116. X# @(#)CheckBox    1.3 93/09/28
  2117. X#
  2118. X#   xmcd - Motif(tm) CD Audio Player
  2119. X#
  2120. X#   Copyright (C) 1993  Ti Kan
  2121. X#   E-mail: ti@amb.org
  2122. X#
  2123. X#   This program is free software; you can redistribute it and/or modify
  2124. X#   it under the terms of the GNU General Public License as published by
  2125. X#   the Free Software Foundation; either version 2 of the License, or
  2126. X#   (at your option) any later version.
  2127. X#
  2128. X#   This program is distributed in the hope that it will be useful,
  2129. X#   but WITHOUT ANY WARRANTY; without even the implied warranty of
  2130. X#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2131. X#   GNU General Public License for more details.
  2132. X#
  2133. X#   You should have received a copy of the GNU General Public License
  2134. X#   along with this program; if not, write to the Free Software
  2135. X#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  2136. X#
  2137. X#
  2138. XMode Selector Check Box
  2139. X
  2140. XThere are four toggle buttons in the Mode Selector
  2141. Xcheck box, described as follows:
  2142. X
  2143. X- Display Mode Selector
  2144. X
  2145. X  This button allows you to configure the Xmcd main
  2146. X  window push-buttons to either display a pictorial
  2147. X  symbol on their button-faces representing the
  2148. X  function, or to display text titles.
  2149. X
  2150. X  In Text Title mode, an underscore is shown below the
  2151. X  letter representing the short-cut key that can be used
  2152. X  to select the push-button.  If the specified short-cut
  2153. X  key does not work, try using the Shift, Ctrl, Alt or
  2154. X  Meta modifier keys in combination with the indicated
  2155. X  key.
  2156. X
  2157. X- Caddy Lock Selector
  2158. X
  2159. X  This button allows you to lock and unlock the CD caddy
  2160. X  when a disc is loaded.  When locked, a disc cannot be
  2161. X  ejected by pressing the Eject button on the CD-ROM
  2162. X  drive itself.  This is useful to prevent someone from
  2163. X  inadvertently ejecting the disc.
  2164. X
  2165. X  The Eject button on the Xmcd main window will still
  2166. X  function normally even when the caddy is locked.
  2167. X
  2168. X  This feature may not function on certain CD-ROM
  2169. X  drives, notably those that do not use a motorized
  2170. X  eject mechanism.
  2171. X
  2172. X- Repeat Mode Selector
  2173. X
  2174. X  This button allows you to enable or disable the
  2175. X  Repeat mode. When Repeat mode is enabled, Xmcd will
  2176. X  do the following:
  2177. X
  2178. X  * If normal playback is finished, Repeat mode will
  2179. X    cause the playback to commence again.
  2180. X  * If Shuffle playback is finished, Repeat mode will
  2181. X    cause a new shuffle sequence to be generated and
  2182. X    played.
  2183. X  * If Program playback is finished, Repeat mode will
  2184. X    play the program again.
  2185. X
  2186. X  The repeat operation will continue indefinitely until
  2187. X  the Repeat mode is disabled by selecting this button.
  2188. X
  2189. X  To repeat a single track, enter it as the only track
  2190. X  in a play program and start program playback with
  2191. X  Repeat mode enabled.
  2192. X
  2193. X- Shuffle Mode Selector
  2194. X
  2195. X  This button allows you to enable or disable the Shuffle
  2196. X  mode. When Shuffle mode is enabled, Xmcd will play all
  2197. X  the tracks on the CD in non-repeating random order.
  2198. X
  2199. X  You can enable and disable Shuffle mode only when
  2200. X  audio playback is not already in progress.  Also,
  2201. X  Shuffle mode will automatically disengage when you
  2202. X  enter Program Play mode or specify a track using the
  2203. X  Keypad window.
  2204. X
  2205. END_OF_FILE
  2206. if test 3075 -ne `wc -c <'helpfiles/CheckBox'`; then
  2207.     echo shar: \"'helpfiles/CheckBox'\" unpacked with wrong size!
  2208. fi
  2209. # end of 'helpfiles/CheckBox'
  2210. fi
  2211. echo shar: End of archive 12 \(of 13\).
  2212. cp /dev/null ark12isdone
  2213. MISSING=""
  2214. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 ; do
  2215.     if test ! -f ark${I}isdone ; then
  2216.     MISSING="${MISSING} ${I}"
  2217.     fi
  2218. done
  2219. if test "${MISSING}" = "" ; then
  2220.     echo You have unpacked all 13 archives.
  2221.     echo "Now read the README and INSTALL files for further instructions."
  2222.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  2223. else
  2224.     echo You still need to unpack the following archives:
  2225.     echo "        " ${MISSING}
  2226. fi
  2227. ##  End of shell archive.
  2228. exit 0
  2229. -- 
  2230.     ///  Ti Kan                vorsprung durch technik
  2231.    ///   AMB Research Laboratories, Sunnyvale, CA. USA
  2232.   ///    ti@amb.org
  2233.  //////  ...!{decwrl,synopsys,tandem,tsoft,ultra}!sgiblab!bazooka!ti
  2234. ///      ...!uunet!bazooka!ti
  2235.  
  2236.  
  2237.  
  2238. exit 0 # Just in case...
  2239. -- 
  2240.   // chris@Sterling.COM           | Send comp.sources.x submissions to:
  2241. \X/  Amiga: The only way to fly!  |    sources-x@sterling.com
  2242.        "It's intuitively obvious to the most casual observer..."
  2243.  GCS d++(--) -p+ c++ !l u++ e+ m+(-) s++/++ n h--- f+ g+++ w+ t++ r+ y+
  2244.