home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / sources / 2523 / ANSWERS next >
Encoding:
Text File  |  1992-11-15  |  3.9 KB  |  100 lines

  1. - @(#)ANSWERS    1.2 8/31/92 -
  2.  
  3. COMMON "WORKMAN" QUESTIONS (with answers!)
  4.  
  5. 1. Why doesn't it play through the workstation's speaker?
  6. 2. How do I label several tracks in a row as part of the same song?
  7. 3. Can different tracks be by different artists?
  8. 4. Why does it eat more and more memory as it runs?
  9.  
  10. ---
  11. 1. Why doesn't it play through the workstation's speaker?
  12.  
  13. The short answer: Because it can't.  The CD-ROM drive provides no way to read
  14. the audio data from the CD to the computer.  This is a limitation in the
  15. hardware.  The workaround is to run an audio patch cable (available at any
  16. decent stereo store) from the drive's headphone jack to the workstation's
  17. audio input; then run "cat /dev/audio > /dev/audio".
  18.  
  19. ---
  20. 2. How do I label several tracks in a row as part of the same song?
  21.  
  22. There are several special symbols you can put into a track title to alter
  23. aspects of the main window's display.  The most important is "//" (two
  24. forward slashes in a row.)  This splits the title up into segments.  Usually,
  25. each segment is displayed on its own line in the main window; a common use
  26. is to enter titles that are too big to fit on one line.  For instance,
  27. you might enter a title like:
  28.  
  29. The really really really really really//really really really long song
  30.  
  31. That would add a second line of track title information to the main window,
  32. with the text after the "//"; the text before "//" would go on the first
  33. line of the window.  The "//" itself is never displayed.
  34.  
  35. If a segment starts with "+", the rest of the text in the segment is displayed
  36. in place of the disc name on the main window.  This is most often used when
  37. several tracks are related in some way (such as movements of a symphony.)
  38. For example, you might enter:
  39.  
  40. +Symphony No. 2, op. 40//Allegro assai
  41.  
  42. That title line has two segments.  The second segment is displayed as the
  43. track title.  Since the first segment begins with "+", the CD's title is
  44. replaced with "Symphony No. 2, op. 40" while the track in question is
  45. playing.
  46.  
  47. As a shortcut, if a segment contains only a "+" character and nothing
  48. else, the "+" segment from the previous track is used.  So you might
  49. have a group of tracks labeled:
  50.  
  51. +Piano concerto in G//Allegro
  52. +//Andante
  53. Presto//+
  54. +//Allegro assai - Andante -//Moderato marcato
  55.  
  56. The third line is to demonstrate that the order of segments isn't important;
  57. "+" can come anywhere.  The fourth track has the "Piano concerto in G"
  58. title, as well as a two-line track title.
  59.  
  60. If you're not sure what the result will look like when you enter a
  61. title with several segments, just click on the track's selector button
  62. on the main window and the title will be displayed, even if the CD isn't
  63. playing.
  64.  
  65. ---
  66. 3. Can different tracks be by different artists?
  67.  
  68. Yes, using the same facilities described in answer #2.  There is a second
  69. special character that can come at the front of a segment, "@".  It causes
  70. the artist name on the main window display to be replaced with the rest of
  71. the text in the segment while the track in question is playing.
  72.  
  73. "@" behaves in much the same way as "+" (e.g. if it's alone in a segment,
  74. the previous track's "@" segment is used.)
  75.  
  76. A compilation CD's track titles might look like this:
  77.  
  78. @Charles Gounod//+Ballet music from "Faust"//Allegretto
  79. @//+//Adagio
  80. @//+//Allegretto
  81. @//+//Moderato maestoso
  82. @//+//Moderato con moto
  83. @//+//Allegretto
  84. @//+//Allegro vivo
  85. @Friedrich Smetana//Symphonic poem "The Moldau"
  86. @Anton Dvorak//Slavonic Dance No. 2 in E minor
  87. @Adolphe Adam//Overture from "If I were King"
  88.  
  89. ---
  90. 4. Why does it eat more and more memory as it runs?
  91.  
  92. There is a bug in XView 3.0 (fixed in 3.0.1 and higher) that causes the
  93. library to lose a little bit of memory whenever an image is destroyed.
  94. Unfortunately, this happens twice a second while the About popup is
  95. displayed.  If the About popup is left up overnight, the program can get
  96. bigger than you might expect.  WorkMan doesn't update the About popup
  97. unless it's actually displayed onscreen, so unpin (dismiss) it when
  98. you're not using it and the program will stop growing.
  99.  
  100.