home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 29 / CDROM29.iso / lazer / freeamp / FreAmp.exe / disk1 / Readme < prev    next >
Encoding:
Text File  |  1998-11-09  |  3.5 KB  |  82 lines

  1. This documents how to get you up, running and using FreeAmp.  It also
  2. explains a bit about where we are coming from.
  3.  
  4. FreeAmp Win32 1.0.0 (11-9-98) Usage:
  5.   This is the new FreeAmp UI.  It is simple, clean and works well.
  6.   The usage is as follows:
  7.  
  8.   * dragging a file (or files) onto the Player sets the playlist.
  9.     If the player is currently playing, it will stop.
  10.   * move between files in the playlist using the |< and >| buttons
  11.   * pause/play again by pressing the > button
  12.   * stop by pressing the [] buton
  13.   * adjust the volume by clicking-and-dragging on the dial to the left of the display
  14.   * seek in the current file by clicking-and-dragging on the dial to the right of the
  15.     display.  This is a 'jog' mechanism in that the dial adjusts the rate of change of
  16.     the seeking (move it a little bit vertically, and the position of the song increments 
  17.     slowly.  move it a lot vertically, and the position of the song increments quickly.)
  18.     let up the mouse button to move to the selected point in the song.
  19.   * clicking on the display cycles through total time, current time and time remaining.
  20.   * Of the six buttons to the right of the display, the upper left is
  21.     disabled (in the future will switch between modes)
  22.   * the upper middle minimizes the player
  23.   * the upper right quits the player
  24.   * the lower left cycles through Repeat Mode in the following order:
  25.     Repeat Current Song, Repeat Playlist, Repeat off.
  26.   * the lower middle toggles 'Shuffle' mode.
  27.   * the lower right presents the 'Open File' dialog.  The files
  28.     selected here will replace the playlist in the same fashion as drag-n-drop
  29.  
  30. INSTALLATION:
  31.  
  32.   See the document INSTALL
  33.  
  34. USAGE (Unix):
  35.  
  36.   freeamp [options] [file 1] [file 2]...
  37.  
  38.   When freeamp loads, it scans for a directory 'plugins' in the path pointed to by
  39.   the environment variable FREEAMP_PATH.  If FREEAMP_PATH is not set,
  40.   the default path is searched:  .:~/.freeamp:$(libdir)/freeamp  where
  41.   $(libdir) is the libdir directory set by 'configure' when freeamp
  42.   was built.  This is usually /usr/local/lib.  
  43.  
  44.   (As a side note, the ~ (of course) means your home directory.  We grab this information
  45.   from the environment variable $HOME, rather than parse
  46.   /etc/passwd).  We plan to parse /etc/password later, but for now...)
  47.  
  48.  
  49. USAGE (Windows):
  50.  
  51.   freeamp [options] [file 1] [file 2]...
  52.  
  53.  
  54. ABOUT FreeAmp:
  55.  
  56. FreeAmp is an Open Source effort to build the best digital audio
  57. player available.  In the interest of supporting the free software
  58. community, while at the same time fostering the growth of the online
  59. delivery of music, GoodNoise Corporation, The Internet Record Company,
  60. is funding both the freeamp.org domain and the efforts of three
  61. developers: Mark B. Elrod, Brett Thomas, and Jason Woodward.
  62.  
  63. FreeAmp is being released under the GPL (www.gnu.org).  As is provided
  64. by the GPL, all our (GoodNoise's) and your efforts toward FreeAmp will
  65. be released back to the community at large.
  66.  
  67. The current development and release versions of FreeAmp can be found
  68. at http://www.freeamp.org.
  69.  
  70. To join a low volume mailing list which will announce updates to the
  71. release software, send mail to freeamp-announce-request@freeamp.org
  72. with the body:  subscribe
  73.  
  74. To join a mailing list actively discussing the ongoing development of
  75. FreeAmp, send mail to freeamp-dev-request@freeamp.org with the body:
  76. subscribe
  77.  
  78. To make feature suggestions, send mail to freeamp-features@freeamp.org, or,
  79. better yet, if you are able, add the feature yourself and send us the
  80. updates!
  81.  
  82.